Shades of Olive Green #BEB95B
Tints of Olive Green #BEB95B
RGB
CMYK
RGB Variations
Color information
#BEB95B (or 0xBEB95B) is known color: Olive Green. HEX triplet: BE, B9 and 5B. RGB value is (190,185,91). Sum of RGB (Red+Green+Blue) = 190+185+91=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB95B is #4146A4. Grayscale: #B0B0B0. Windows color (decimal): -4277925 or 6011326. OLE color: 6011326.
HSL color Cylindrical-coordinate representation of color #BEB95B: hue angle of 56.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEB95B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 91 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.25 |
| HSL | 56.97º | 0.43% | 0.55% | - |
| HSV(B) | 56.97º | 0.52% | 0.75% | - |
| XYZ | 40.47 | 46.4 | 16.72 | - |
| YUV | 175.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 91 | 0 | 0.03 | 0.52 | 0.25 | 56.97 | 0.43 | 0.55 |
| Hex | BE | B9 | 5B | 0 | 3 | 34 | 19 | 39 | 2B | 37 |
| Octal | 276 | 271 | 133 | 0 | 3 | 64 | 31 | 71 | 53 | 67 |
| Binary | 10111110 | 10111001 | 1011011 | 0 | 11 | 110100 | 11001 | 111001 | 101011 | 110111 |
Color Harmonies of #BEB95B
Complementary color
Monochromatic Colors of #BEB95B
Black with #BEB95B
Text Example
Text Example
White with #BEB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB95B; }
p { color: rgb(190,185,91); }
H1.HeaderClassName
{
color: #BEB95B;
}
.AnyTagClassName
{
color: #BEB95B;
}
</style>
background-color css
<style>
a { background-color: #BEB95B; }
a { background-color: rgb(190,185,91); }
div.DivClassName
{
background-color: #BEB95B;
}
.BgClassName
{
background-color: #BEB95B;
}
</style>
border-color css
<style>
span { border-color: #BEB95B; }
span { border-color: rgb(190,185,91); }
td.TdClassName
{
border-color: #BEB95B;
}
.TagClassName
{
border-color: #BEB95B;
}
</style>