Shades of Olive Green #C0B752
Tints of Olive Green #C0B752
RGB
CMYK
RGB Variations
Color information
#C0B752 (or 0xC0B752) is known color: Olive Green. HEX triplet: C0, B7 and 52. RGB value is (192,183,82). Sum of RGB (Red+Green+Blue) = 192+183+82=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B752 is #3F48AD. Grayscale: #AEAEAE. Windows color (decimal): -4147374 or 5420992. OLE color: 5420992.
HSL color Cylindrical-coordinate representation of color #C0B752: hue angle of 55.09º 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 #C0B752 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 82 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.25 |
| HSL | 55.09º | 0.47% | 0.54% | - |
| HSV(B) | 55.09º | 0.57% | 0.75% | - |
| XYZ | 40.19 | 45.68 | 14.68 | - |
| YUV | 174.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 82 | 0 | 0.05 | 0.57 | 0.25 | 55.09 | 0.47 | 0.54 |
| Hex | C0 | B7 | 52 | 0 | 5 | 39 | 19 | 37 | 2F | 36 |
| Octal | 300 | 267 | 122 | 0 | 5 | 71 | 31 | 67 | 57 | 66 |
| Binary | 11000000 | 10110111 | 1010010 | 0 | 101 | 111001 | 11001 | 110111 | 101111 | 110110 |
Color Harmonies of #C0B752
Complementary color
Monochromatic Colors of #C0B752
Black with #C0B752
Text Example
Text Example
White with #C0B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B752; }
p { color: rgb(192,183,82); }
H1.HeaderClassName
{
color: #C0B752;
}
.AnyTagClassName
{
color: #C0B752;
}
</style>
background-color css
<style>
a { background-color: #C0B752; }
a { background-color: rgb(192,183,82); }
div.DivClassName
{
background-color: #C0B752;
}
.BgClassName
{
background-color: #C0B752;
}
</style>
border-color css
<style>
span { border-color: #C0B752; }
span { border-color: rgb(192,183,82); }
td.TdClassName
{
border-color: #C0B752;
}
.TagClassName
{
border-color: #C0B752;
}
</style>