Shades of Wild Willow #CAD164
Tints of Wild Willow #CAD164
RGB
CMYK
RGB Variations
Color information
#CAD164 (or 0xCAD164) is known color: Wild Willow. HEX triplet: CA, D1 and 64. RGB value is (202,209,100). Sum of RGB (Red+Green+Blue) = 202+209+100=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD164 is #352E9B. Grayscale: #C2C2C2. Windows color (decimal): -3485340 or 6607306. OLE color: 6607306.
HSL color Cylindrical-coordinate representation of color #CAD164: hue angle of 63.85º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAD164 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 209 | 100 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.18 |
| HSL | 63.85º | 0.54% | 0.61% | - |
| HSV(B) | 63.85º | 0.52% | 0.82% | - |
| XYZ | 49.46 | 59.08 | 20.85 | - |
| YUV | 194.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 209 | 100 | 0.03 | 0 | 0.52 | 0.18 | 63.85 | 0.54 | 0.61 |
| Hex | CA | D1 | 64 | 3 | 0 | 34 | 12 | 40 | 36 | 3D |
| Octal | 312 | 321 | 144 | 3 | 0 | 64 | 22 | 100 | 66 | 75 |
| Binary | 11001010 | 11010001 | 1100100 | 11 | 0 | 110100 | 10010 | 1000000 | 110110 | 111101 |
Color Harmonies of #CAD164
Complementary color
Monochromatic Colors of #CAD164
Black with #CAD164
Text Example
Text Example
White with #CAD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD164; }
p { color: rgb(202,209,100); }
H1.HeaderClassName
{
color: #CAD164;
}
.AnyTagClassName
{
color: #CAD164;
}
</style>
background-color css
<style>
a { background-color: #CAD164; }
a { background-color: rgb(202,209,100); }
div.DivClassName
{
background-color: #CAD164;
}
.BgClassName
{
background-color: #CAD164;
}
</style>
border-color css
<style>
span { border-color: #CAD164; }
span { border-color: rgb(202,209,100); }
td.TdClassName
{
border-color: #CAD164;
}
.TagClassName
{
border-color: #CAD164;
}
</style>