#CAD26E

Color #CAD26E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CAD26E

Tints of Wild Willow #CAD26E

Color information

#CAD26E (or 0xCAD26E) is unknown color: approx Wild Willow. HEX triplet: CA, D2 and 6E. RGB value is (202,210,110). Sum of RGB (Red+Green+Blue) = 202+210+110=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD26E is #352D91. Grayscale: #C4C4C4. Windows color (decimal): -3485074 or 7262922. OLE color: 7262922.

HSL color Cylindrical-coordinate representation of color #CAD26E: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD26E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB202210110-
CMYK0.0400.480.18
HSL64.8º52.63%62.75%-
HSV(B)64.8º47.62%82.35%-
XYZ50.2259.7823.64-
YUV196.2179.35132.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=38.70%
G=40.23%
B=21.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101100.0400.480.1864.852.6362.75
HexCAD26E40301241353f
Octal3123221564060221016577
Binary110010101101001011011101000110000100101000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD26E; }

 p { color: rgb(202,210,110); }

 H1.HeaderClassName
 {
   color: #CAD26E;
 }
 .AnyTagClassName
 {
   color: #CAD26E;
 }
</style>
background-color css

<style>
 a { background-color: #CAD26E; }

 a { background-color: rgb(202,210,110); }

 div.DivClassName
 {
   background-color: #CAD26E;
 }
 .BgClassName
 {
   background-color: #CAD26E;
 }
</style>
border-color css

<style>
 span { border-color: #CAD26E; }

 span { border-color: rgb(202,210,110); }

 td.TdClassName
 {
   border-color: #CAD26E;
 }
 .TagClassName
 {
   border-color: #CAD26E;
 }
</style>