Shades of Olive Green #C0BD53
Tints of Olive Green #C0BD53
RGB
CMYK
RGB Variations
Color information
#C0BD53 (or 0xC0BD53) is known color: Olive Green. HEX triplet: C0, BD and 53. RGB value is (192,189,83). Sum of RGB (Red+Green+Blue) = 192+189+83=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD53 is #3F42AC. Grayscale: #B2B2B2. Windows color (decimal): -4145837 or 5488064. OLE color: 5488064.
HSL color Cylindrical-coordinate representation of color #C0BD53: hue angle of 58.35º degrees, saturation: 0.46, 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 #C0BD53 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 83 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.25 |
| HSL | 58.35º | 0.46% | 0.54% | - |
| HSV(B) | 58.35º | 0.57% | 0.75% | - |
| XYZ | 41.5 | 48.23 | 15.31 | - |
| YUV | 177.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 83 | 0 | 0.02 | 0.57 | 0.25 | 58.35 | 0.46 | 0.54 |
| Hex | C0 | BD | 53 | 0 | 2 | 39 | 19 | 3A | 2E | 36 |
| Octal | 300 | 275 | 123 | 0 | 2 | 71 | 31 | 72 | 56 | 66 |
| Binary | 11000000 | 10111101 | 1010011 | 0 | 10 | 111001 | 11001 | 111010 | 101110 | 110110 |
Color Harmonies of #C0BD53
Complementary color
Monochromatic Colors of #C0BD53
Black with #C0BD53
Text Example
Text Example
White with #C0BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD53; }
p { color: rgb(192,189,83); }
H1.HeaderClassName
{
color: #C0BD53;
}
.AnyTagClassName
{
color: #C0BD53;
}
</style>
background-color css
<style>
a { background-color: #C0BD53; }
a { background-color: rgb(192,189,83); }
div.DivClassName
{
background-color: #C0BD53;
}
.BgClassName
{
background-color: #C0BD53;
}
</style>
border-color css
<style>
span { border-color: #C0BD53; }
span { border-color: rgb(192,189,83); }
td.TdClassName
{
border-color: #C0BD53;
}
.TagClassName
{
border-color: #C0BD53;
}
</style>