Shades of Olive Green #BEB95E
Tints of Olive Green #BEB95E
RGB
CMYK
RGB Variations
Color information
#BEB95E (or 0xBEB95E) is known color: Olive Green. HEX triplet: BE, B9 and 5E. RGB value is (190,185,94). Sum of RGB (Red+Green+Blue) = 190+185+94=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB95E is #4146A1. Grayscale: #B0B0B0. Windows color (decimal): -4277922 or 6207934. OLE color: 6207934.
HSL color Cylindrical-coordinate representation of color #BEB95E: hue angle of 56.88º 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 #BEB95E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 94 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.25 |
| HSL | 56.88º | 0.42% | 0.56% | - |
| HSV(B) | 56.88º | 0.51% | 0.75% | - |
| XYZ | 40.6 | 46.45 | 17.42 | - |
| YUV | 176.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 94 | 0 | 0.03 | 0.51 | 0.25 | 56.88 | 0.42 | 0.56 |
| Hex | BE | B9 | 5E | 0 | 3 | 33 | 19 | 39 | 2A | 38 |
| Octal | 276 | 271 | 136 | 0 | 3 | 63 | 31 | 71 | 52 | 70 |
| Binary | 10111110 | 10111001 | 1011110 | 0 | 11 | 110011 | 11001 | 111001 | 101010 | 111000 |
Color Harmonies of #BEB95E
Complementary color
Monochromatic Colors of #BEB95E
Black with #BEB95E
Text Example
Text Example
White with #BEB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB95E; }
p { color: rgb(190,185,94); }
H1.HeaderClassName
{
color: #BEB95E;
}
.AnyTagClassName
{
color: #BEB95E;
}
</style>
background-color css
<style>
a { background-color: #BEB95E; }
a { background-color: rgb(190,185,94); }
div.DivClassName
{
background-color: #BEB95E;
}
.BgClassName
{
background-color: #BEB95E;
}
</style>
border-color css
<style>
span { border-color: #BEB95E; }
span { border-color: rgb(190,185,94); }
td.TdClassName
{
border-color: #BEB95E;
}
.TagClassName
{
border-color: #BEB95E;
}
</style>