Shades of Wild Willow #C0BF5C
Tints of Wild Willow #C0BF5C
RGB
CMYK
RGB Variations
Color information
#C0BF5C (or 0xC0BF5C) is known color: Wild Willow. HEX triplet: C0, BF and 5C. RGB value is (192,191,92). Sum of RGB (Red+Green+Blue) = 192+191+92=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF5C is #3F40A3. Grayscale: #B4B4B4. Windows color (decimal): -4145316 or 6078400. OLE color: 6078400.
HSL color Cylindrical-coordinate representation of color #C0BF5C: hue angle of 59.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0BF5C is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 92 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.25 |
| HSL | 59.4º | 0.44% | 0.56% | - |
| HSV(B) | 59.4º | 0.52% | 0.75% | - |
| XYZ | 42.3 | 49.24 | 17.4 | - |
| YUV | 180.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 92 | 0 | 0.01 | 0.52 | 0.25 | 59.4 | 0.44 | 0.56 |
| Hex | C0 | BF | 5C | 0 | 1 | 34 | 19 | 3B | 2C | 38 |
| Octal | 300 | 277 | 134 | 0 | 1 | 64 | 31 | 73 | 54 | 70 |
| Binary | 11000000 | 10111111 | 1011100 | 0 | 1 | 110100 | 11001 | 111011 | 101100 | 111000 |
Color Harmonies of #C0BF5C
Complementary color
Monochromatic Colors of #C0BF5C
Black with #C0BF5C
Text Example
Text Example
White with #C0BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF5C; }
p { color: rgb(192,191,92); }
H1.HeaderClassName
{
color: #C0BF5C;
}
.AnyTagClassName
{
color: #C0BF5C;
}
</style>
background-color css
<style>
a { background-color: #C0BF5C; }
a { background-color: rgb(192,191,92); }
div.DivClassName
{
background-color: #C0BF5C;
}
.BgClassName
{
background-color: #C0BF5C;
}
</style>
border-color css
<style>
span { border-color: #C0BF5C; }
span { border-color: rgb(192,191,92); }
td.TdClassName
{
border-color: #C0BF5C;
}
.TagClassName
{
border-color: #C0BF5C;
}
</style>