Shades of Wild Willow #C0C65A
Tints of Wild Willow #C0C65A
RGB
CMYK
RGB Variations
Color information
#C0C65A (or 0xC0C65A) is known color: Wild Willow. HEX triplet: C0, C6 and 5A. RGB value is (192,198,90). Sum of RGB (Red+Green+Blue) = 192+198+90=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C65A is #3F39A5. Grayscale: #B8B8B8. Windows color (decimal): -4143526 or 5949120. OLE color: 5949120.
HSL color Cylindrical-coordinate representation of color #C0C65A: hue angle of 63.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0C65A is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 90 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.22 |
| HSL | 63.33º | 0.49% | 0.56% | - |
| HSV(B) | 63.33º | 0.55% | 0.78% | - |
| XYZ | 43.78 | 52.33 | 17.47 | - |
| YUV | 183.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 90 | 0.03 | 0 | 0.55 | 0.22 | 63.33 | 0.49 | 0.56 |
| Hex | C0 | C6 | 5A | 3 | 0 | 37 | 16 | 3F | 31 | 38 |
| Octal | 300 | 306 | 132 | 3 | 0 | 67 | 26 | 77 | 61 | 70 |
| Binary | 11000000 | 11000110 | 1011010 | 11 | 0 | 110111 | 10110 | 111111 | 110001 | 111000 |
Color Harmonies of #C0C65A
Complementary color
Monochromatic Colors of #C0C65A
Black with #C0C65A
Text Example
Text Example
White with #C0C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C65A; }
p { color: rgb(192,198,90); }
H1.HeaderClassName
{
color: #C0C65A;
}
.AnyTagClassName
{
color: #C0C65A;
}
</style>
background-color css
<style>
a { background-color: #C0C65A; }
a { background-color: rgb(192,198,90); }
div.DivClassName
{
background-color: #C0C65A;
}
.BgClassName
{
background-color: #C0C65A;
}
</style>
border-color css
<style>
span { border-color: #C0C65A; }
span { border-color: rgb(192,198,90); }
td.TdClassName
{
border-color: #C0C65A;
}
.TagClassName
{
border-color: #C0C65A;
}
</style>