Shades of Wild Willow #C0C45F
Tints of Wild Willow #C0C45F
RGB
CMYK
RGB Variations
Color information
#C0C45F (or 0xC0C45F) is known color: Wild Willow. HEX triplet: C0, C4 and 5F. RGB value is (192,196,95). Sum of RGB (Red+Green+Blue) = 192+196+95=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C45F is #3F3BA0. Grayscale: #B7B7B7. Windows color (decimal): -4144033 or 6276288. OLE color: 6276288.
HSL color Cylindrical-coordinate representation of color #C0C45F: hue angle of 62.38º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C45F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 95 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.23 |
| HSL | 62.38º | 0.46% | 0.57% | - |
| HSV(B) | 62.38º | 0.52% | 0.77% | - |
| XYZ | 43.54 | 51.51 | 18.47 | - |
| YUV | 183.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 95 | 0.02 | 0 | 0.52 | 0.23 | 62.38 | 0.46 | 0.57 |
| Hex | C0 | C4 | 5F | 2 | 0 | 34 | 17 | 3E | 2E | 39 |
| Octal | 300 | 304 | 137 | 2 | 0 | 64 | 27 | 76 | 56 | 71 |
| Binary | 11000000 | 11000100 | 1011111 | 10 | 0 | 110100 | 10111 | 111110 | 101110 | 111001 |
Color Harmonies of #C0C45F
Complementary color
Monochromatic Colors of #C0C45F
Black with #C0C45F
Text Example
Text Example
White with #C0C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C45F; }
p { color: rgb(192,196,95); }
H1.HeaderClassName
{
color: #C0C45F;
}
.AnyTagClassName
{
color: #C0C45F;
}
</style>
background-color css
<style>
a { background-color: #C0C45F; }
a { background-color: rgb(192,196,95); }
div.DivClassName
{
background-color: #C0C45F;
}
.BgClassName
{
background-color: #C0C45F;
}
</style>
border-color css
<style>
span { border-color: #C0C45F; }
span { border-color: rgb(192,196,95); }
td.TdClassName
{
border-color: #C0C45F;
}
.TagClassName
{
border-color: #C0C45F;
}
</style>