Shades of Olive Green #C0BC52
Tints of Olive Green #C0BC52
RGB
CMYK
RGB Variations
Color information
#C0BC52 (or 0xC0BC52) is known color: Olive Green. HEX triplet: C0, BC and 52. RGB value is (192,188,82). Sum of RGB (Red+Green+Blue) = 192+188+82=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC52 is #3F43AD. Grayscale: #B1B1B1. Windows color (decimal): -4146094 or 5422272. OLE color: 5422272.
HSL color Cylindrical-coordinate representation of color #C0BC52: hue angle of 57.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0BC52 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 82 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.25 |
| HSL | 57.82º | 0.47% | 0.54% | - |
| HSV(B) | 57.82º | 0.57% | 0.75% | - |
| XYZ | 41.24 | 47.78 | 15.03 | - |
| YUV | 177.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 82 | 0 | 0.02 | 0.57 | 0.25 | 57.82 | 0.47 | 0.54 |
| Hex | C0 | BC | 52 | 0 | 2 | 39 | 19 | 3A | 2F | 36 |
| Octal | 300 | 274 | 122 | 0 | 2 | 71 | 31 | 72 | 57 | 66 |
| Binary | 11000000 | 10111100 | 1010010 | 0 | 10 | 111001 | 11001 | 111010 | 101111 | 110110 |
Color Harmonies of #C0BC52
Complementary color
Monochromatic Colors of #C0BC52
Black with #C0BC52
Text Example
Text Example
White with #C0BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC52; }
p { color: rgb(192,188,82); }
H1.HeaderClassName
{
color: #C0BC52;
}
.AnyTagClassName
{
color: #C0BC52;
}
</style>
background-color css
<style>
a { background-color: #C0BC52; }
a { background-color: rgb(192,188,82); }
div.DivClassName
{
background-color: #C0BC52;
}
.BgClassName
{
background-color: #C0BC52;
}
</style>
border-color css
<style>
span { border-color: #C0BC52; }
span { border-color: rgb(192,188,82); }
td.TdClassName
{
border-color: #C0BC52;
}
.TagClassName
{
border-color: #C0BC52;
}
</style>