Shades of Wild Willow #C0C36A
Tints of Wild Willow #C0C36A
RGB
CMYK
RGB Variations
Color information
#C0C36A (or 0xC0C36A) is known color: Wild Willow. HEX triplet: C0, C3 and 6A. RGB value is (192,195,106). Sum of RGB (Red+Green+Blue) = 192+195+106=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C36A is #3F3C95. Grayscale: #B8B8B8. Windows color (decimal): -4144278 or 6996928. OLE color: 6996928.
HSL color Cylindrical-coordinate representation of color #C0C36A: hue angle of 62.02º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0C36A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 106 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.02º | 0.43% | 0.59% | - |
| HSV(B) | 62.02º | 0.46% | 0.76% | - |
| XYZ | 43.85 | 51.28 | 21.22 | - |
| YUV | 183.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 106 | 0.02 | 0 | 0.46 | 0.24 | 62.02 | 0.43 | 0.59 |
| Hex | C0 | C3 | 6A | 2 | 0 | 2E | 18 | 3E | 2B | 3B |
| Octal | 300 | 303 | 152 | 2 | 0 | 56 | 30 | 76 | 53 | 73 |
| Binary | 11000000 | 11000011 | 1101010 | 10 | 0 | 101110 | 11000 | 111110 | 101011 | 111011 |
Color Harmonies of #C0C36A
Complementary color
Monochromatic Colors of #C0C36A
Black with #C0C36A
Text Example
Text Example
White with #C0C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C36A; }
p { color: rgb(192,195,106); }
H1.HeaderClassName
{
color: #C0C36A;
}
.AnyTagClassName
{
color: #C0C36A;
}
</style>
background-color css
<style>
a { background-color: #C0C36A; }
a { background-color: rgb(192,195,106); }
div.DivClassName
{
background-color: #C0C36A;
}
.BgClassName
{
background-color: #C0C36A;
}
</style>
border-color css
<style>
span { border-color: #C0C36A; }
span { border-color: rgb(192,195,106); }
td.TdClassName
{
border-color: #C0C36A;
}
.TagClassName
{
border-color: #C0C36A;
}
</style>