Shades of Olive Green #C0BD5D
Tints of Olive Green #C0BD5D
RGB
CMYK
RGB Variations
Color information
#C0BD5D (or 0xC0BD5D) is known color: Olive Green. HEX triplet: C0, BD and 5D. RGB value is (192,189,93). Sum of RGB (Red+Green+Blue) = 192+189+93=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD5D is #3F42A2. Grayscale: #B3B3B3. Windows color (decimal): -4145827 or 6143424. OLE color: 6143424.
HSL color Cylindrical-coordinate representation of color #C0BD5D: hue angle of 58.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0BD5D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 93 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.25 |
| HSL | 58.18º | 0.44% | 0.56% | - |
| HSV(B) | 58.18º | 0.52% | 0.75% | - |
| XYZ | 41.91 | 48.39 | 17.49 | - |
| YUV | 178.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 93 | 0 | 0.02 | 0.52 | 0.25 | 58.18 | 0.44 | 0.56 |
| Hex | C0 | BD | 5D | 0 | 2 | 34 | 19 | 3A | 2C | 38 |
| Octal | 300 | 275 | 135 | 0 | 2 | 64 | 31 | 72 | 54 | 70 |
| Binary | 11000000 | 10111101 | 1011101 | 0 | 10 | 110100 | 11001 | 111010 | 101100 | 111000 |
Color Harmonies of #C0BD5D
Complementary color
Monochromatic Colors of #C0BD5D
Black with #C0BD5D
Text Example
Text Example
White with #C0BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD5D; }
p { color: rgb(192,189,93); }
H1.HeaderClassName
{
color: #C0BD5D;
}
.AnyTagClassName
{
color: #C0BD5D;
}
</style>
background-color css
<style>
a { background-color: #C0BD5D; }
a { background-color: rgb(192,189,93); }
div.DivClassName
{
background-color: #C0BD5D;
}
.BgClassName
{
background-color: #C0BD5D;
}
</style>
border-color css
<style>
span { border-color: #C0BD5D; }
span { border-color: rgb(192,189,93); }
td.TdClassName
{
border-color: #C0BD5D;
}
.TagClassName
{
border-color: #C0BD5D;
}
</style>