Shades of Wild Willow #CACE6E
Tints of Wild Willow #CACE6E
RGB
CMYK
RGB Variations
Color information
#CACE6E (or 0xCACE6E) is known color: Wild Willow. HEX triplet: CA, CE and 6E. RGB value is (202,206,110). Sum of RGB (Red+Green+Blue) = 202+206+110=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE6E is #353191. Grayscale: #C2C2C2. Windows color (decimal): -3486098 or 7261898. OLE color: 7261898.
HSL color Cylindrical-coordinate representation of color #CACE6E: hue angle of 62.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CACE6E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 110 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.19 |
| HSL | 62.5º | 0.49% | 0.62% | - |
| HSV(B) | 62.5º | 0.47% | 0.81% | - |
| XYZ | 49.24 | 57.82 | 23.32 | - |
| YUV | 193.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 110 | 0.02 | 0 | 0.47 | 0.19 | 62.5 | 0.49 | 0.62 |
| Hex | CA | CE | 6E | 2 | 0 | 2F | 13 | 3F | 31 | 3E |
| Octal | 312 | 316 | 156 | 2 | 0 | 57 | 23 | 77 | 61 | 76 |
| Binary | 11001010 | 11001110 | 1101110 | 10 | 0 | 101111 | 10011 | 111111 | 110001 | 111110 |
Color Harmonies of #CACE6E
Complementary color
Monochromatic Colors of #CACE6E
Black with #CACE6E
Text Example
Text Example
White with #CACE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE6E; }
p { color: rgb(202,206,110); }
H1.HeaderClassName
{
color: #CACE6E;
}
.AnyTagClassName
{
color: #CACE6E;
}
</style>
background-color css
<style>
a { background-color: #CACE6E; }
a { background-color: rgb(202,206,110); }
div.DivClassName
{
background-color: #CACE6E;
}
.BgClassName
{
background-color: #CACE6E;
}
</style>
border-color css
<style>
span { border-color: #CACE6E; }
span { border-color: rgb(202,206,110); }
td.TdClassName
{
border-color: #CACE6E;
}
.TagClassName
{
border-color: #CACE6E;
}
</style>