Shades of Wild Willow #C0C55A
Tints of Wild Willow #C0C55A
RGB
CMYK
RGB Variations
Color information
#C0C55A (or 0xC0C55A) is known color: Wild Willow. HEX triplet: C0, C5 and 5A. RGB value is (192,197,90). Sum of RGB (Red+Green+Blue) = 192+197+90=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C55A is #3F3AA5. Grayscale: #B7B7B7. Windows color (decimal): -4143782 or 5948864. OLE color: 5948864.
HSL color Cylindrical-coordinate representation of color #C0C55A: hue angle of 62.8º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0C55A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 90 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.23 |
| HSL | 62.8º | 0.48% | 0.56% | - |
| HSV(B) | 62.8º | 0.54% | 0.77% | - |
| XYZ | 43.55 | 51.88 | 17.39 | - |
| YUV | 183.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 90 | 0.03 | 0 | 0.54 | 0.23 | 62.8 | 0.48 | 0.56 |
| Hex | C0 | C5 | 5A | 3 | 0 | 36 | 17 | 3F | 30 | 38 |
| Octal | 300 | 305 | 132 | 3 | 0 | 66 | 27 | 77 | 60 | 70 |
| Binary | 11000000 | 11000101 | 1011010 | 11 | 0 | 110110 | 10111 | 111111 | 110000 | 111000 |
Color Harmonies of #C0C55A
Complementary color
Monochromatic Colors of #C0C55A
Black with #C0C55A
Text Example
Text Example
White with #C0C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C55A; }
p { color: rgb(192,197,90); }
H1.HeaderClassName
{
color: #C0C55A;
}
.AnyTagClassName
{
color: #C0C55A;
}
</style>
background-color css
<style>
a { background-color: #C0C55A; }
a { background-color: rgb(192,197,90); }
div.DivClassName
{
background-color: #C0C55A;
}
.BgClassName
{
background-color: #C0C55A;
}
</style>
border-color css
<style>
span { border-color: #C0C55A; }
span { border-color: rgb(192,197,90); }
td.TdClassName
{
border-color: #C0C55A;
}
.TagClassName
{
border-color: #C0C55A;
}
</style>