Shades of Wild Willow #C7CB5A
Tints of Wild Willow #C7CB5A
RGB
CMYK
RGB Variations
Color information
#C7CB5A (or 0xC7CB5A) is known color: Wild Willow. HEX triplet: C7, CB and 5A. RGB value is (199,203,90). Sum of RGB (Red+Green+Blue) = 199+203+90=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB5A is #3834A5. Grayscale: #BDBDBD. Windows color (decimal): -3683494 or 5950407. OLE color: 5950407.
HSL color Cylindrical-coordinate representation of color #C7CB5A: hue angle of 62.12º 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 #C7CB5A is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 90 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.20 |
| HSL | 62.12º | 0.52% | 0.57% | - |
| HSV(B) | 62.12º | 0.56% | 0.8% | - |
| XYZ | 46.75 | 55.59 | 17.94 | - |
| YUV | 188.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 90 | 0.02 | 0 | 0.56 | 0.20 | 62.12 | 0.52 | 0.57 |
| Hex | C7 | CB | 5A | 2 | 0 | 38 | 14 | 3E | 34 | 39 |
| Octal | 307 | 313 | 132 | 2 | 0 | 70 | 24 | 76 | 64 | 71 |
| Binary | 11000111 | 11001011 | 1011010 | 10 | 0 | 111000 | 10100 | 111110 | 110100 | 111001 |
Color Harmonies of #C7CB5A
Complementary color
Monochromatic Colors of #C7CB5A
Black with #C7CB5A
Text Example
Text Example
White with #C7CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB5A; }
p { color: rgb(199,203,90); }
H1.HeaderClassName
{
color: #C7CB5A;
}
.AnyTagClassName
{
color: #C7CB5A;
}
</style>
background-color css
<style>
a { background-color: #C7CB5A; }
a { background-color: rgb(199,203,90); }
div.DivClassName
{
background-color: #C7CB5A;
}
.BgClassName
{
background-color: #C7CB5A;
}
</style>
border-color css
<style>
span { border-color: #C7CB5A; }
span { border-color: rgb(199,203,90); }
td.TdClassName
{
border-color: #C7CB5A;
}
.TagClassName
{
border-color: #C7CB5A;
}
</style>