Shades of Olive Green #B8BA59
Tints of Olive Green #B8BA59
RGB
CMYK
RGB Variations
Color information
#B8BA59 (or 0xB8BA59) is known color: Olive Green. HEX triplet: B8, BA and 59. RGB value is (184,186,89). Sum of RGB (Red+Green+Blue) = 184+186+89=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA59 is #4745A6. Grayscale: #AEAEAE. Windows color (decimal): -4670887 or 5880504. OLE color: 5880504.
HSL color Cylindrical-coordinate representation of color #B8BA59: hue angle of 61.24º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8BA59 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 89 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.27 |
| HSL | 61.24º | 0.41% | 0.54% | - |
| HSV(B) | 61.24º | 0.52% | 0.73% | - |
| XYZ | 39.13 | 46.03 | 16.27 | - |
| YUV | 174.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 89 | 0.01 | 0 | 0.52 | 0.27 | 61.24 | 0.41 | 0.54 |
| Hex | B8 | BA | 59 | 1 | 0 | 34 | 1B | 3D | 29 | 36 |
| Octal | 270 | 272 | 131 | 1 | 0 | 64 | 33 | 75 | 51 | 66 |
| Binary | 10111000 | 10111010 | 1011001 | 1 | 0 | 110100 | 11011 | 111101 | 101001 | 110110 |
Color Harmonies of #B8BA59
Complementary color
Monochromatic Colors of #B8BA59
Black with #B8BA59
Text Example
Text Example
White with #B8BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA59; }
p { color: rgb(184,186,89); }
H1.HeaderClassName
{
color: #B8BA59;
}
.AnyTagClassName
{
color: #B8BA59;
}
</style>
background-color css
<style>
a { background-color: #B8BA59; }
a { background-color: rgb(184,186,89); }
div.DivClassName
{
background-color: #B8BA59;
}
.BgClassName
{
background-color: #B8BA59;
}
</style>
border-color css
<style>
span { border-color: #B8BA59; }
span { border-color: rgb(184,186,89); }
td.TdClassName
{
border-color: #B8BA59;
}
.TagClassName
{
border-color: #B8BA59;
}
</style>