Shades of Olive Green #C0BB5E
Tints of Olive Green #C0BB5E
RGB
CMYK
RGB Variations
Color information
#C0BB5E (or 0xC0BB5E) is known color: Olive Green. HEX triplet: C0, BB and 5E. RGB value is (192,187,94). Sum of RGB (Red+Green+Blue) = 192+187+94=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB5E is #3F44A1. Grayscale: #B2B2B2. Windows color (decimal): -4146338 or 6208448. OLE color: 6208448.
HSL color Cylindrical-coordinate representation of color #C0BB5E: hue angle of 56.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0BB5E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 94 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.25 |
| HSL | 56.94º | 0.44% | 0.56% | - |
| HSV(B) | 56.94º | 0.51% | 0.75% | - |
| XYZ | 41.53 | 47.56 | 17.58 | - |
| YUV | 177.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 94 | 0 | 0.03 | 0.51 | 0.25 | 56.94 | 0.44 | 0.56 |
| Hex | C0 | BB | 5E | 0 | 3 | 33 | 19 | 39 | 2C | 38 |
| Octal | 300 | 273 | 136 | 0 | 3 | 63 | 31 | 71 | 54 | 70 |
| Binary | 11000000 | 10111011 | 1011110 | 0 | 11 | 110011 | 11001 | 111001 | 101100 | 111000 |
Color Harmonies of #C0BB5E
Complementary color
Monochromatic Colors of #C0BB5E
Black with #C0BB5E
Text Example
Text Example
White with #C0BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB5E; }
p { color: rgb(192,187,94); }
H1.HeaderClassName
{
color: #C0BB5E;
}
.AnyTagClassName
{
color: #C0BB5E;
}
</style>
background-color css
<style>
a { background-color: #C0BB5E; }
a { background-color: rgb(192,187,94); }
div.DivClassName
{
background-color: #C0BB5E;
}
.BgClassName
{
background-color: #C0BB5E;
}
</style>
border-color css
<style>
span { border-color: #C0BB5E; }
span { border-color: rgb(192,187,94); }
td.TdClassName
{
border-color: #C0BB5E;
}
.TagClassName
{
border-color: #C0BB5E;
}
</style>