Shades of Olive Green #B8BA54
Tints of Olive Green #B8BA54
RGB
CMYK
RGB Variations
Color information
#B8BA54 (or 0xB8BA54) is known color: Olive Green. HEX triplet: B8, BA and 54. RGB value is (184,186,84). Sum of RGB (Red+Green+Blue) = 184+186+84=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA54 is #4745AB. Grayscale: #AEAEAE. Windows color (decimal): -4670892 or 5552824. OLE color: 5552824.
HSL color Cylindrical-coordinate representation of color #B8BA54: hue angle of 61.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8BA54 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 84 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.27 |
| HSL | 61.18º | 0.43% | 0.53% | - |
| HSV(B) | 61.18º | 0.55% | 0.73% | - |
| XYZ | 38.93 | 45.95 | 15.2 | - |
| YUV | 173.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 84 | 0.01 | 0 | 0.55 | 0.27 | 61.18 | 0.43 | 0.53 |
| Hex | B8 | BA | 54 | 1 | 0 | 37 | 1B | 3D | 2A | 35 |
| Octal | 270 | 272 | 124 | 1 | 0 | 67 | 33 | 75 | 52 | 65 |
| Binary | 10111000 | 10111010 | 1010100 | 1 | 0 | 110111 | 11011 | 111101 | 101010 | 110101 |
Color Harmonies of #B8BA54
Complementary color
Monochromatic Colors of #B8BA54
Black with #B8BA54
Text Example
Text Example
White with #B8BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA54; }
p { color: rgb(184,186,84); }
H1.HeaderClassName
{
color: #B8BA54;
}
.AnyTagClassName
{
color: #B8BA54;
}
</style>
background-color css
<style>
a { background-color: #B8BA54; }
a { background-color: rgb(184,186,84); }
div.DivClassName
{
background-color: #B8BA54;
}
.BgClassName
{
background-color: #B8BA54;
}
</style>
border-color css
<style>
span { border-color: #B8BA54; }
span { border-color: rgb(184,186,84); }
td.TdClassName
{
border-color: #B8BA54;
}
.TagClassName
{
border-color: #B8BA54;
}
</style>