Shades of Wild Willow #C0C75D
Tints of Wild Willow #C0C75D
RGB
CMYK
RGB Variations
Color information
#C0C75D (or 0xC0C75D) is known color: Wild Willow. HEX triplet: C0, C7 and 5D. RGB value is (192,199,93). Sum of RGB (Red+Green+Blue) = 192+199+93=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C75D is #3F38A2. Grayscale: #B9B9B9. Windows color (decimal): -4143267 or 6145984. OLE color: 6145984.
HSL color Cylindrical-coordinate representation of color #C0C75D: hue angle of 63.96º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C75D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 93 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.22 |
| HSL | 63.96º | 0.49% | 0.57% | - |
| HSV(B) | 63.96º | 0.53% | 0.78% | - |
| XYZ | 44.14 | 52.84 | 18.23 | - |
| YUV | 184.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 93 | 0.04 | 0 | 0.53 | 0.22 | 63.96 | 0.49 | 0.57 |
| Hex | C0 | C7 | 5D | 4 | 0 | 35 | 16 | 40 | 31 | 39 |
| Octal | 300 | 307 | 135 | 4 | 0 | 65 | 26 | 100 | 61 | 71 |
| Binary | 11000000 | 11000111 | 1011101 | 100 | 0 | 110101 | 10110 | 1000000 | 110001 | 111001 |
Color Harmonies of #C0C75D
Complementary color
Monochromatic Colors of #C0C75D
Black with #C0C75D
Text Example
Text Example
White with #C0C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C75D; }
p { color: rgb(192,199,93); }
H1.HeaderClassName
{
color: #C0C75D;
}
.AnyTagClassName
{
color: #C0C75D;
}
</style>
background-color css
<style>
a { background-color: #C0C75D; }
a { background-color: rgb(192,199,93); }
div.DivClassName
{
background-color: #C0C75D;
}
.BgClassName
{
background-color: #C0C75D;
}
</style>
border-color css
<style>
span { border-color: #C0C75D; }
span { border-color: rgb(192,199,93); }
td.TdClassName
{
border-color: #C0C75D;
}
.TagClassName
{
border-color: #C0C75D;
}
</style>