Shades of Wild Willow #CAD26C
Tints of Wild Willow #CAD26C
RGB
CMYK
RGB Variations
Color information
#CAD26C (or 0xCAD26C) is known color: Wild Willow. HEX triplet: CA, D2 and 6C. RGB value is (202,210,108). Sum of RGB (Red+Green+Blue) = 202+210+108=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD26C is #352D93. Grayscale: #C4C4C4. Windows color (decimal): -3485076 or 7131850. OLE color: 7131850.
HSL color Cylindrical-coordinate representation of color #CAD26C: hue angle of 64.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAD26C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 108 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.18 |
| HSL | 64.71º | 0.53% | 0.62% | - |
| HSV(B) | 64.71º | 0.49% | 0.82% | - |
| XYZ | 50.11 | 59.73 | 23.08 | - |
| YUV | 195.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 108 | 0.04 | 0 | 0.49 | 0.18 | 64.71 | 0.53 | 0.62 |
| Hex | CA | D2 | 6C | 4 | 0 | 31 | 12 | 41 | 35 | 3E |
| Octal | 312 | 322 | 154 | 4 | 0 | 61 | 22 | 101 | 65 | 76 |
| Binary | 11001010 | 11010010 | 1101100 | 100 | 0 | 110001 | 10010 | 1000001 | 110101 | 111110 |
Color Harmonies of #CAD26C
Complementary color
Monochromatic Colors of #CAD26C
Black with #CAD26C
Text Example
Text Example
White with #CAD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD26C; }
p { color: rgb(202,210,108); }
H1.HeaderClassName
{
color: #CAD26C;
}
.AnyTagClassName
{
color: #CAD26C;
}
</style>
background-color css
<style>
a { background-color: #CAD26C; }
a { background-color: rgb(202,210,108); }
div.DivClassName
{
background-color: #CAD26C;
}
.BgClassName
{
background-color: #CAD26C;
}
</style>
border-color css
<style>
span { border-color: #CAD26C; }
span { border-color: rgb(202,210,108); }
td.TdClassName
{
border-color: #CAD26C;
}
.TagClassName
{
border-color: #CAD26C;
}
</style>