Shades of Wild Willow #C4CE52
Tints of Wild Willow #C4CE52
RGB
CMYK
RGB Variations
Color information
#C4CE52 (or 0xC4CE52) is known color: Wild Willow. HEX triplet: C4, CE and 52. RGB value is (196,206,82). Sum of RGB (Red+Green+Blue) = 196+206+82=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE52 is #3B31AD. Grayscale: #BDBDBD. Windows color (decimal): -3879342 or 5426884. OLE color: 5426884.
HSL color Cylindrical-coordinate representation of color #C4CE52: hue angle of 64.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4CE52 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 82 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.19 |
| HSL | 64.84º | 0.56% | 0.56% | - |
| HSV(B) | 64.84º | 0.6% | 0.81% | - |
| XYZ | 46.36 | 56.49 | 16.44 | - |
| YUV | 188.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 82 | 0.05 | 0 | 0.60 | 0.19 | 64.84 | 0.56 | 0.56 |
| Hex | C4 | CE | 52 | 5 | 0 | 3C | 13 | 41 | 38 | 38 |
| Octal | 304 | 316 | 122 | 5 | 0 | 74 | 23 | 101 | 70 | 70 |
| Binary | 11000100 | 11001110 | 1010010 | 101 | 0 | 111100 | 10011 | 1000001 | 111000 | 111000 |
Color Harmonies of #C4CE52
Complementary color
Monochromatic Colors of #C4CE52
Black with #C4CE52
Text Example
Text Example
White with #C4CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE52; }
p { color: rgb(196,206,82); }
H1.HeaderClassName
{
color: #C4CE52;
}
.AnyTagClassName
{
color: #C4CE52;
}
</style>
background-color css
<style>
a { background-color: #C4CE52; }
a { background-color: rgb(196,206,82); }
div.DivClassName
{
background-color: #C4CE52;
}
.BgClassName
{
background-color: #C4CE52;
}
</style>
border-color css
<style>
span { border-color: #C4CE52; }
span { border-color: rgb(196,206,82); }
td.TdClassName
{
border-color: #C4CE52;
}
.TagClassName
{
border-color: #C4CE52;
}
</style>