Shades of Olive Green #C0BD5B
Tints of Olive Green #C0BD5B
RGB
CMYK
RGB Variations
Color information
#C0BD5B (or 0xC0BD5B) is known color: Olive Green. HEX triplet: C0, BD and 5B. RGB value is (192,189,91). Sum of RGB (Red+Green+Blue) = 192+189+91=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD5B is #3F42A4. Grayscale: #B3B3B3. Windows color (decimal): -4145829 or 6012352. OLE color: 6012352.
HSL color Cylindrical-coordinate representation of color #C0BD5B: hue angle of 58.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0BD5B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 91 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.25 |
| HSL | 58.22º | 0.44% | 0.55% | - |
| HSV(B) | 58.22º | 0.53% | 0.75% | - |
| XYZ | 41.82 | 48.36 | 17.03 | - |
| YUV | 178.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 91 | 0 | 0.02 | 0.53 | 0.25 | 58.22 | 0.44 | 0.55 |
| Hex | C0 | BD | 5B | 0 | 2 | 35 | 19 | 3A | 2C | 37 |
| Octal | 300 | 275 | 133 | 0 | 2 | 65 | 31 | 72 | 54 | 67 |
| Binary | 11000000 | 10111101 | 1011011 | 0 | 10 | 110101 | 11001 | 111010 | 101100 | 110111 |
Color Harmonies of #C0BD5B
Complementary color
Monochromatic Colors of #C0BD5B
Black with #C0BD5B
Text Example
Text Example
White with #C0BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD5B; }
p { color: rgb(192,189,91); }
H1.HeaderClassName
{
color: #C0BD5B;
}
.AnyTagClassName
{
color: #C0BD5B;
}
</style>
background-color css
<style>
a { background-color: #C0BD5B; }
a { background-color: rgb(192,189,91); }
div.DivClassName
{
background-color: #C0BD5B;
}
.BgClassName
{
background-color: #C0BD5B;
}
</style>
border-color css
<style>
span { border-color: #C0BD5B; }
span { border-color: rgb(192,189,91); }
td.TdClassName
{
border-color: #C0BD5B;
}
.TagClassName
{
border-color: #C0BD5B;
}
</style>