Shades of Olive Green #B8BA5E
Tints of Olive Green #B8BA5E
RGB
CMYK
RGB Variations
Color information
#B8BA5E (or 0xB8BA5E) is known color: Olive Green. HEX triplet: B8, BA and 5E. RGB value is (184,186,94). Sum of RGB (Red+Green+Blue) = 184+186+94=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA5E is #4745A1. Grayscale: #AFAFAF. Windows color (decimal): -4670882 or 6208184. OLE color: 6208184.
HSL color Cylindrical-coordinate representation of color #B8BA5E: hue angle of 61.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8BA5E is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 94 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.27 |
| HSL | 61.3º | 0.4% | 0.55% | - |
| HSV(B) | 61.3º | 0.49% | 0.73% | - |
| XYZ | 39.35 | 46.12 | 17.42 | - |
| YUV | 174.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 94 | 0.01 | 0 | 0.49 | 0.27 | 61.3 | 0.4 | 0.55 |
| Hex | B8 | BA | 5E | 1 | 0 | 31 | 1B | 3D | 28 | 37 |
| Octal | 270 | 272 | 136 | 1 | 0 | 61 | 33 | 75 | 50 | 67 |
| Binary | 10111000 | 10111010 | 1011110 | 1 | 0 | 110001 | 11011 | 111101 | 101000 | 110111 |
Color Harmonies of #B8BA5E
Complementary color
Monochromatic Colors of #B8BA5E
Black with #B8BA5E
Text Example
Text Example
White with #B8BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA5E; }
p { color: rgb(184,186,94); }
H1.HeaderClassName
{
color: #B8BA5E;
}
.AnyTagClassName
{
color: #B8BA5E;
}
</style>
background-color css
<style>
a { background-color: #B8BA5E; }
a { background-color: rgb(184,186,94); }
div.DivClassName
{
background-color: #B8BA5E;
}
.BgClassName
{
background-color: #B8BA5E;
}
</style>
border-color css
<style>
span { border-color: #B8BA5E; }
span { border-color: rgb(184,186,94); }
td.TdClassName
{
border-color: #B8BA5E;
}
.TagClassName
{
border-color: #B8BA5E;
}
</style>