Shades of Olive Green #C0BA50
Tints of Olive Green #C0BA50
RGB
CMYK
RGB Variations
Color information
#C0BA50 (or 0xC0BA50) is known color: Olive Green. HEX triplet: C0, BA and 50. RGB value is (192,186,80). Sum of RGB (Red+Green+Blue) = 192+186+80=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA50 is #3F45AF. Grayscale: #B0B0B0. Windows color (decimal): -4146608 or 5290688. OLE color: 5290688.
HSL color Cylindrical-coordinate representation of color #C0BA50: hue angle of 56.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0BA50 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 80 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.25 |
| HSL | 56.79º | 0.47% | 0.53% | - |
| HSV(B) | 56.79º | 0.58% | 0.75% | - |
| XYZ | 40.75 | 46.9 | 14.5 | - |
| YUV | 175.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 80 | 0 | 0.03 | 0.58 | 0.25 | 56.79 | 0.47 | 0.53 |
| Hex | C0 | BA | 50 | 0 | 3 | 3A | 19 | 39 | 2F | 35 |
| Octal | 300 | 272 | 120 | 0 | 3 | 72 | 31 | 71 | 57 | 65 |
| Binary | 11000000 | 10111010 | 1010000 | 0 | 11 | 111010 | 11001 | 111001 | 101111 | 110101 |
Color Harmonies of #C0BA50
Complementary color
Monochromatic Colors of #C0BA50
Black with #C0BA50
Text Example
Text Example
White with #C0BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA50; }
p { color: rgb(192,186,80); }
H1.HeaderClassName
{
color: #C0BA50;
}
.AnyTagClassName
{
color: #C0BA50;
}
</style>
background-color css
<style>
a { background-color: #C0BA50; }
a { background-color: rgb(192,186,80); }
div.DivClassName
{
background-color: #C0BA50;
}
.BgClassName
{
background-color: #C0BA50;
}
</style>
border-color css
<style>
span { border-color: #C0BA50; }
span { border-color: rgb(192,186,80); }
td.TdClassName
{
border-color: #C0BA50;
}
.TagClassName
{
border-color: #C0BA50;
}
</style>