Shades of Wild Willow #C4D06A
Tints of Wild Willow #C4D06A
RGB
CMYK
RGB Variations
Color information
#C4D06A (or 0xC4D06A) is known color: Wild Willow. HEX triplet: C4, D0 and 6A. RGB value is (196,208,106). Sum of RGB (Red+Green+Blue) = 196+208+106=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D06A is #3B2F95. Grayscale: #C1C1C1. Windows color (decimal): -3878806 or 7000260. OLE color: 7000260.
HSL color Cylindrical-coordinate representation of color #C4D06A: hue angle of 67.06º degrees, saturation: 0.52, 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 #C4D06A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 106 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.18 |
| HSL | 67.06º | 0.52% | 0.62% | - |
| HSV(B) | 67.06º | 0.49% | 0.82% | - |
| XYZ | 47.92 | 57.89 | 22.28 | - |
| YUV | 192.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 106 | 0.06 | 0 | 0.49 | 0.18 | 67.06 | 0.52 | 0.62 |
| Hex | C4 | D0 | 6A | 6 | 0 | 31 | 12 | 43 | 34 | 3E |
| Octal | 304 | 320 | 152 | 6 | 0 | 61 | 22 | 103 | 64 | 76 |
| Binary | 11000100 | 11010000 | 1101010 | 110 | 0 | 110001 | 10010 | 1000011 | 110100 | 111110 |
Color Harmonies of #C4D06A
Complementary color
Monochromatic Colors of #C4D06A
Black with #C4D06A
Text Example
Text Example
White with #C4D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D06A; }
p { color: rgb(196,208,106); }
H1.HeaderClassName
{
color: #C4D06A;
}
.AnyTagClassName
{
color: #C4D06A;
}
</style>
background-color css
<style>
a { background-color: #C4D06A; }
a { background-color: rgb(196,208,106); }
div.DivClassName
{
background-color: #C4D06A;
}
.BgClassName
{
background-color: #C4D06A;
}
</style>
border-color css
<style>
span { border-color: #C4D06A; }
span { border-color: rgb(196,208,106); }
td.TdClassName
{
border-color: #C4D06A;
}
.TagClassName
{
border-color: #C4D06A;
}
</style>