Shades of Olive Green #BEBB5E
Tints of Olive Green #BEBB5E
RGB
CMYK
RGB Variations
Color information
#BEBB5E (or 0xBEBB5E) is known color: Olive Green. HEX triplet: BE, BB and 5E. RGB value is (190,187,94). Sum of RGB (Red+Green+Blue) = 190+187+94=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB5E is #4144A1. Grayscale: #B1B1B1. Windows color (decimal): -4277410 or 6208446. OLE color: 6208446.
HSL color Cylindrical-coordinate representation of color #BEBB5E: hue angle of 58.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEBB5E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 94 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.25 |
| HSL | 58.13º | 0.42% | 0.56% | - |
| HSV(B) | 58.13º | 0.51% | 0.75% | - |
| XYZ | 41.03 | 47.3 | 17.56 | - |
| YUV | 177.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 94 | 0 | 0.02 | 0.51 | 0.25 | 58.13 | 0.42 | 0.56 |
| Hex | BE | BB | 5E | 0 | 2 | 33 | 19 | 3A | 2A | 38 |
| Octal | 276 | 273 | 136 | 0 | 2 | 63 | 31 | 72 | 52 | 70 |
| Binary | 10111110 | 10111011 | 1011110 | 0 | 10 | 110011 | 11001 | 111010 | 101010 | 111000 |
Color Harmonies of #BEBB5E
Complementary color
Monochromatic Colors of #BEBB5E
Black with #BEBB5E
Text Example
Text Example
White with #BEBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB5E; }
p { color: rgb(190,187,94); }
H1.HeaderClassName
{
color: #BEBB5E;
}
.AnyTagClassName
{
color: #BEBB5E;
}
</style>
background-color css
<style>
a { background-color: #BEBB5E; }
a { background-color: rgb(190,187,94); }
div.DivClassName
{
background-color: #BEBB5E;
}
.BgClassName
{
background-color: #BEBB5E;
}
</style>
border-color css
<style>
span { border-color: #BEBB5E; }
span { border-color: rgb(190,187,94); }
td.TdClassName
{
border-color: #BEBB5E;
}
.TagClassName
{
border-color: #BEBB5E;
}
</style>