Shades of Olive Green #B8B051
Tints of Olive Green #B8B051
RGB
CMYK
RGB Variations
Color information
#B8B051 (or 0xB8B051) is known color: Olive Green. HEX triplet: B8, B0 and 51. RGB value is (184,176,81). Sum of RGB (Red+Green+Blue) = 184+176+81=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B051 is #474FAE. Grayscale: #A7A7A7. Windows color (decimal): -4673455 or 5353656. OLE color: 5353656.
HSL color Cylindrical-coordinate representation of color #B8B051: hue angle of 55.34º 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 #B8B051 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 81 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.28 |
| HSL | 55.34º | 0.42% | 0.52% | - |
| HSV(B) | 55.34º | 0.56% | 0.72% | - |
| XYZ | 36.78 | 41.84 | 13.92 | - |
| YUV | 167.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 81 | 0 | 0.04 | 0.56 | 0.28 | 55.34 | 0.42 | 0.52 |
| Hex | B8 | B0 | 51 | 0 | 4 | 38 | 1C | 37 | 2A | 34 |
| Octal | 270 | 260 | 121 | 0 | 4 | 70 | 34 | 67 | 52 | 64 |
| Binary | 10111000 | 10110000 | 1010001 | 0 | 100 | 111000 | 11100 | 110111 | 101010 | 110100 |
Color Harmonies of #B8B051
Complementary color
Monochromatic Colors of #B8B051
Black with #B8B051
Text Example
Text Example
White with #B8B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B051; }
p { color: rgb(184,176,81); }
H1.HeaderClassName
{
color: #B8B051;
}
.AnyTagClassName
{
color: #B8B051;
}
</style>
background-color css
<style>
a { background-color: #B8B051; }
a { background-color: rgb(184,176,81); }
div.DivClassName
{
background-color: #B8B051;
}
.BgClassName
{
background-color: #B8B051;
}
</style>
border-color css
<style>
span { border-color: #B8B051; }
span { border-color: rgb(184,176,81); }
td.TdClassName
{
border-color: #B8B051;
}
.TagClassName
{
border-color: #B8B051;
}
</style>