Shades of Wild Willow #C0C65F
Tints of Wild Willow #C0C65F
RGB
CMYK
RGB Variations
Color information
#C0C65F (or 0xC0C65F) is known color: Wild Willow. HEX triplet: C0, C6 and 5F. RGB value is (192,198,95). Sum of RGB (Red+Green+Blue) = 192+198+95=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C65F is #3F39A0. Grayscale: #B8B8B8. Windows color (decimal): -4143521 or 6276800. OLE color: 6276800.
HSL color Cylindrical-coordinate representation of color #C0C65F: hue angle of 63.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C65F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 95 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.22 |
| HSL | 63.5º | 0.47% | 0.57% | - |
| HSV(B) | 63.5º | 0.52% | 0.78% | - |
| XYZ | 44 | 52.42 | 18.63 | - |
| YUV | 184.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 95 | 0.03 | 0 | 0.52 | 0.22 | 63.5 | 0.47 | 0.57 |
| Hex | C0 | C6 | 5F | 3 | 0 | 34 | 16 | 3F | 2F | 39 |
| Octal | 300 | 306 | 137 | 3 | 0 | 64 | 26 | 77 | 57 | 71 |
| Binary | 11000000 | 11000110 | 1011111 | 11 | 0 | 110100 | 10110 | 111111 | 101111 | 111001 |
Color Harmonies of #C0C65F
Complementary color
Monochromatic Colors of #C0C65F
Black with #C0C65F
Text Example
Text Example
White with #C0C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C65F; }
p { color: rgb(192,198,95); }
H1.HeaderClassName
{
color: #C0C65F;
}
.AnyTagClassName
{
color: #C0C65F;
}
</style>
background-color css
<style>
a { background-color: #C0C65F; }
a { background-color: rgb(192,198,95); }
div.DivClassName
{
background-color: #C0C65F;
}
.BgClassName
{
background-color: #C0C65F;
}
</style>
border-color css
<style>
span { border-color: #C0C65F; }
span { border-color: rgb(192,198,95); }
td.TdClassName
{
border-color: #C0C65F;
}
.TagClassName
{
border-color: #C0C65F;
}
</style>