Shades of Wild Willow #C2CB5A
Tints of Wild Willow #C2CB5A
RGB
CMYK
RGB Variations
Color information
#C2CB5A (or 0xC2CB5A) is known color: Wild Willow. HEX triplet: C2, CB and 5A. RGB value is (194,203,90). Sum of RGB (Red+Green+Blue) = 194+203+90=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB5A is #3D34A5. Grayscale: #BBBBBB. Windows color (decimal): -4011174 or 5950402. OLE color: 5950402.
HSL color Cylindrical-coordinate representation of color #C2CB5A: hue angle of 64.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2CB5A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 90 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.20 |
| HSL | 64.78º | 0.52% | 0.57% | - |
| HSV(B) | 64.78º | 0.56% | 0.8% | - |
| XYZ | 45.45 | 54.92 | 17.88 | - |
| YUV | 187.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 90 | 0.04 | 0 | 0.56 | 0.20 | 64.78 | 0.52 | 0.57 |
| Hex | C2 | CB | 5A | 4 | 0 | 38 | 14 | 41 | 34 | 39 |
| Octal | 302 | 313 | 132 | 4 | 0 | 70 | 24 | 101 | 64 | 71 |
| Binary | 11000010 | 11001011 | 1011010 | 100 | 0 | 111000 | 10100 | 1000001 | 110100 | 111001 |
Color Harmonies of #C2CB5A
Complementary color
Monochromatic Colors of #C2CB5A
Black with #C2CB5A
Text Example
Text Example
White with #C2CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB5A; }
p { color: rgb(194,203,90); }
H1.HeaderClassName
{
color: #C2CB5A;
}
.AnyTagClassName
{
color: #C2CB5A;
}
</style>
background-color css
<style>
a { background-color: #C2CB5A; }
a { background-color: rgb(194,203,90); }
div.DivClassName
{
background-color: #C2CB5A;
}
.BgClassName
{
background-color: #C2CB5A;
}
</style>
border-color css
<style>
span { border-color: #C2CB5A; }
span { border-color: rgb(194,203,90); }
td.TdClassName
{
border-color: #C2CB5A;
}
.TagClassName
{
border-color: #C2CB5A;
}
</style>