Shades of Wild Willow #C0C75A
Tints of Wild Willow #C0C75A
RGB
CMYK
RGB Variations
Color information
#C0C75A (or 0xC0C75A) is known color: Wild Willow. HEX triplet: C0, C7 and 5A. RGB value is (192,199,90). Sum of RGB (Red+Green+Blue) = 192+199+90=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C75A is #3F38A5. Grayscale: #B8B8B8. Windows color (decimal): -4143270 or 5949376. OLE color: 5949376.
HSL color Cylindrical-coordinate representation of color #C0C75A: hue angle of 63.85º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0C75A is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 90 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 63.85º | 0.49% | 0.57% | - |
| HSV(B) | 63.85º | 0.55% | 0.78% | - |
| XYZ | 44.01 | 52.79 | 17.54 | - |
| YUV | 184.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 90 | 0.04 | 0 | 0.55 | 0.22 | 63.85 | 0.49 | 0.57 |
| Hex | C0 | C7 | 5A | 4 | 0 | 37 | 16 | 40 | 31 | 39 |
| Octal | 300 | 307 | 132 | 4 | 0 | 67 | 26 | 100 | 61 | 71 |
| Binary | 11000000 | 11000111 | 1011010 | 100 | 0 | 110111 | 10110 | 1000000 | 110001 | 111001 |
Color Harmonies of #C0C75A
Complementary color
Monochromatic Colors of #C0C75A
Black with #C0C75A
Text Example
Text Example
White with #C0C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C75A; }
p { color: rgb(192,199,90); }
H1.HeaderClassName
{
color: #C0C75A;
}
.AnyTagClassName
{
color: #C0C75A;
}
</style>
background-color css
<style>
a { background-color: #C0C75A; }
a { background-color: rgb(192,199,90); }
div.DivClassName
{
background-color: #C0C75A;
}
.BgClassName
{
background-color: #C0C75A;
}
</style>
border-color css
<style>
span { border-color: #C0C75A; }
span { border-color: rgb(192,199,90); }
td.TdClassName
{
border-color: #C0C75A;
}
.TagClassName
{
border-color: #C0C75A;
}
</style>