Shades of Olive Green #C0BB5A
Tints of Olive Green #C0BB5A
RGB
CMYK
RGB Variations
Color information
#C0BB5A (or 0xC0BB5A) is known color: Olive Green. HEX triplet: C0, BB and 5A. RGB value is (192,187,90). Sum of RGB (Red+Green+Blue) = 192+187+90=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB5A is #3F44A5. Grayscale: #B1B1B1. Windows color (decimal): -4146342 or 5946304. OLE color: 5946304.
HSL color Cylindrical-coordinate representation of color #C0BB5A: hue angle of 57.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0BB5A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 90 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.25 |
| HSL | 57.06º | 0.45% | 0.55% | - |
| HSV(B) | 57.06º | 0.53% | 0.75% | - |
| XYZ | 41.35 | 47.49 | 16.66 | - |
| YUV | 177.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 90 | 0 | 0.03 | 0.53 | 0.25 | 57.06 | 0.45 | 0.55 |
| Hex | C0 | BB | 5A | 0 | 3 | 35 | 19 | 39 | 2D | 37 |
| Octal | 300 | 273 | 132 | 0 | 3 | 65 | 31 | 71 | 55 | 67 |
| Binary | 11000000 | 10111011 | 1011010 | 0 | 11 | 110101 | 11001 | 111001 | 101101 | 110111 |
Color Harmonies of #C0BB5A
Complementary color
Monochromatic Colors of #C0BB5A
Black with #C0BB5A
Text Example
Text Example
White with #C0BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB5A; }
p { color: rgb(192,187,90); }
H1.HeaderClassName
{
color: #C0BB5A;
}
.AnyTagClassName
{
color: #C0BB5A;
}
</style>
background-color css
<style>
a { background-color: #C0BB5A; }
a { background-color: rgb(192,187,90); }
div.DivClassName
{
background-color: #C0BB5A;
}
.BgClassName
{
background-color: #C0BB5A;
}
</style>
border-color css
<style>
span { border-color: #C0BB5A; }
span { border-color: rgb(192,187,90); }
td.TdClassName
{
border-color: #C0BB5A;
}
.TagClassName
{
border-color: #C0BB5A;
}
</style>