Shades of Olive Green #B8B151
Tints of Olive Green #B8B151
RGB
CMYK
RGB Variations
Color information
#B8B151 (or 0xB8B151) is known color: Olive Green. HEX triplet: B8, B1 and 51. RGB value is (184,177,81). Sum of RGB (Red+Green+Blue) = 184+177+81=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B151 is #474EAE. Grayscale: #A8A8A8. Windows color (decimal): -4673199 or 5353912. OLE color: 5353912.
HSL color Cylindrical-coordinate representation of color #B8B151: hue angle of 55.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8B151 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 81 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.28 |
| HSL | 55.92º | 0.42% | 0.52% | - |
| HSV(B) | 55.92º | 0.56% | 0.72% | - |
| XYZ | 36.97 | 42.23 | 13.99 | - |
| YUV | 168.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 81 | 0 | 0.04 | 0.56 | 0.28 | 55.92 | 0.42 | 0.52 |
| Hex | B8 | B1 | 51 | 0 | 4 | 38 | 1C | 38 | 2A | 34 |
| Octal | 270 | 261 | 121 | 0 | 4 | 70 | 34 | 70 | 52 | 64 |
| Binary | 10111000 | 10110001 | 1010001 | 0 | 100 | 111000 | 11100 | 111000 | 101010 | 110100 |
Color Harmonies of #B8B151
Complementary color
Monochromatic Colors of #B8B151
Black with #B8B151
Text Example
Text Example
White with #B8B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B151; }
p { color: rgb(184,177,81); }
H1.HeaderClassName
{
color: #B8B151;
}
.AnyTagClassName
{
color: #B8B151;
}
</style>
background-color css
<style>
a { background-color: #B8B151; }
a { background-color: rgb(184,177,81); }
div.DivClassName
{
background-color: #B8B151;
}
.BgClassName
{
background-color: #B8B151;
}
</style>
border-color css
<style>
span { border-color: #B8B151; }
span { border-color: rgb(184,177,81); }
td.TdClassName
{
border-color: #B8B151;
}
.TagClassName
{
border-color: #B8B151;
}
</style>