Shades of Olive Green #B8BA55
Tints of Olive Green #B8BA55
RGB
CMYK
RGB Variations
Color information
#B8BA55 (or 0xB8BA55) is known color: Olive Green. HEX triplet: B8, BA and 55. RGB value is (184,186,85). Sum of RGB (Red+Green+Blue) = 184+186+85=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA55 is #4745AA. Grayscale: #AEAEAE. Windows color (decimal): -4670891 or 5618360. OLE color: 5618360.
HSL color Cylindrical-coordinate representation of color #B8BA55: hue angle of 61.19º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8BA55 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 85 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.27 |
| HSL | 61.19º | 0.42% | 0.53% | - |
| HSV(B) | 61.19º | 0.54% | 0.73% | - |
| XYZ | 38.97 | 45.96 | 15.41 | - |
| YUV | 173.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 85 | 0.01 | 0 | 0.54 | 0.27 | 61.19 | 0.42 | 0.53 |
| Hex | B8 | BA | 55 | 1 | 0 | 36 | 1B | 3D | 2A | 35 |
| Octal | 270 | 272 | 125 | 1 | 0 | 66 | 33 | 75 | 52 | 65 |
| Binary | 10111000 | 10111010 | 1010101 | 1 | 0 | 110110 | 11011 | 111101 | 101010 | 110101 |
Color Harmonies of #B8BA55
Complementary color
Monochromatic Colors of #B8BA55
Black with #B8BA55
Text Example
Text Example
White with #B8BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA55; }
p { color: rgb(184,186,85); }
H1.HeaderClassName
{
color: #B8BA55;
}
.AnyTagClassName
{
color: #B8BA55;
}
</style>
background-color css
<style>
a { background-color: #B8BA55; }
a { background-color: rgb(184,186,85); }
div.DivClassName
{
background-color: #B8BA55;
}
.BgClassName
{
background-color: #B8BA55;
}
</style>
border-color css
<style>
span { border-color: #B8BA55; }
span { border-color: rgb(184,186,85); }
td.TdClassName
{
border-color: #B8BA55;
}
.TagClassName
{
border-color: #B8BA55;
}
</style>