Shades of Olive Green #C0BE5B
Tints of Olive Green #C0BE5B
RGB
CMYK
RGB Variations
Color information
#C0BE5B (or 0xC0BE5B) is known color: Olive Green. HEX triplet: C0, BE and 5B. RGB value is (192,190,91). Sum of RGB (Red+Green+Blue) = 192+190+91=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE5B is #3F41A4. Grayscale: #B3B3B3. Windows color (decimal): -4145573 or 6012608. OLE color: 6012608.
HSL color Cylindrical-coordinate representation of color #C0BE5B: hue angle of 58.81º 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 #C0BE5B is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 91 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.25 |
| HSL | 58.81º | 0.44% | 0.55% | - |
| HSV(B) | 58.81º | 0.53% | 0.75% | - |
| XYZ | 42.04 | 48.79 | 17.1 | - |
| YUV | 179.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 91 | 0 | 0.01 | 0.53 | 0.25 | 58.81 | 0.44 | 0.55 |
| Hex | C0 | BE | 5B | 0 | 1 | 35 | 19 | 3B | 2C | 37 |
| Octal | 300 | 276 | 133 | 0 | 1 | 65 | 31 | 73 | 54 | 67 |
| Binary | 11000000 | 10111110 | 1011011 | 0 | 1 | 110101 | 11001 | 111011 | 101100 | 110111 |
Color Harmonies of #C0BE5B
Complementary color
Monochromatic Colors of #C0BE5B
Black with #C0BE5B
Text Example
Text Example
White with #C0BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE5B; }
p { color: rgb(192,190,91); }
H1.HeaderClassName
{
color: #C0BE5B;
}
.AnyTagClassName
{
color: #C0BE5B;
}
</style>
background-color css
<style>
a { background-color: #C0BE5B; }
a { background-color: rgb(192,190,91); }
div.DivClassName
{
background-color: #C0BE5B;
}
.BgClassName
{
background-color: #C0BE5B;
}
</style>
border-color css
<style>
span { border-color: #C0BE5B; }
span { border-color: rgb(192,190,91); }
td.TdClassName
{
border-color: #C0BE5B;
}
.TagClassName
{
border-color: #C0BE5B;
}
</style>