Shades of Wild Willow #C4CC52
Tints of Wild Willow #C4CC52
RGB
CMYK
RGB Variations
Color information
#C4CC52 (or 0xC4CC52) is known color: Wild Willow. HEX triplet: C4, CC and 52. RGB value is (196,204,82). Sum of RGB (Red+Green+Blue) = 196+204+82=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC52 is #3B33AD. Grayscale: #BCBCBC. Windows color (decimal): -3879854 or 5426372. OLE color: 5426372.
HSL color Cylindrical-coordinate representation of color #C4CC52: hue angle of 63.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4CC52 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 82 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.2 |
| HSL | 63.93º | 0.54% | 0.56% | - |
| HSV(B) | 63.93º | 0.6% | 0.8% | - |
| XYZ | 45.88 | 55.53 | 16.28 | - |
| YUV | 187.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 82 | 0.04 | 0 | 0.60 | 0.2 | 63.93 | 0.54 | 0.56 |
| Hex | C4 | CC | 52 | 4 | 0 | 3C | 14 | 40 | 36 | 38 |
| Octal | 304 | 314 | 122 | 4 | 0 | 74 | 24 | 100 | 66 | 70 |
| Binary | 11000100 | 11001100 | 1010010 | 100 | 0 | 111100 | 10100 | 1000000 | 110110 | 111000 |
Color Harmonies of #C4CC52
Complementary color
Monochromatic Colors of #C4CC52
Black with #C4CC52
Text Example
Text Example
White with #C4CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC52; }
p { color: rgb(196,204,82); }
H1.HeaderClassName
{
color: #C4CC52;
}
.AnyTagClassName
{
color: #C4CC52;
}
</style>
background-color css
<style>
a { background-color: #C4CC52; }
a { background-color: rgb(196,204,82); }
div.DivClassName
{
background-color: #C4CC52;
}
.BgClassName
{
background-color: #C4CC52;
}
</style>
border-color css
<style>
span { border-color: #C4CC52; }
span { border-color: rgb(196,204,82); }
td.TdClassName
{
border-color: #C4CC52;
}
.TagClassName
{
border-color: #C4CC52;
}
</style>