Shades of Wild Willow #C4CB50
Tints of Wild Willow #C4CB50
RGB
CMYK
RGB Variations
Color information
#C4CB50 (or 0xC4CB50) is known color: Wild Willow. HEX triplet: C4, CB and 50. RGB value is (196,203,80). Sum of RGB (Red+Green+Blue) = 196+203+80=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB50 is #3B34AF. Grayscale: #BBBBBB. Windows color (decimal): -3880112 or 5295044. OLE color: 5295044.
HSL color Cylindrical-coordinate representation of color #C4CB50: hue angle of 63.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4CB50 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 80 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.20 |
| HSL | 63.41º | 0.54% | 0.55% | - |
| HSV(B) | 63.41º | 0.61% | 0.8% | - |
| XYZ | 45.57 | 55.03 | 15.81 | - |
| YUV | 186.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 80 | 0.03 | 0 | 0.61 | 0.20 | 63.41 | 0.54 | 0.55 |
| Hex | C4 | CB | 50 | 3 | 0 | 3D | 14 | 3F | 36 | 37 |
| Octal | 304 | 313 | 120 | 3 | 0 | 75 | 24 | 77 | 66 | 67 |
| Binary | 11000100 | 11001011 | 1010000 | 11 | 0 | 111101 | 10100 | 111111 | 110110 | 110111 |
Color Harmonies of #C4CB50
Complementary color
Monochromatic Colors of #C4CB50
Black with #C4CB50
Text Example
Text Example
White with #C4CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB50; }
p { color: rgb(196,203,80); }
H1.HeaderClassName
{
color: #C4CB50;
}
.AnyTagClassName
{
color: #C4CB50;
}
</style>
background-color css
<style>
a { background-color: #C4CB50; }
a { background-color: rgb(196,203,80); }
div.DivClassName
{
background-color: #C4CB50;
}
.BgClassName
{
background-color: #C4CB50;
}
</style>
border-color css
<style>
span { border-color: #C4CB50; }
span { border-color: rgb(196,203,80); }
td.TdClassName
{
border-color: #C4CB50;
}
.TagClassName
{
border-color: #C4CB50;
}
</style>