Shades of Olive Green #B8B150
Tints of Olive Green #B8B150
RGB
CMYK
RGB Variations
Color information
#B8B150 (or 0xB8B150) is known color: Olive Green. HEX triplet: B8, B1 and 50. RGB value is (184,177,80). Sum of RGB (Red+Green+Blue) = 184+177+80=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B150 is #474EAF. Grayscale: #A8A8A8. Windows color (decimal): -4673200 or 5288376. OLE color: 5288376.
HSL color Cylindrical-coordinate representation of color #B8B150: hue angle of 55.96º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8B150 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 80 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.28 |
| HSL | 55.96º | 0.42% | 0.52% | - |
| HSV(B) | 55.96º | 0.57% | 0.72% | - |
| XYZ | 36.94 | 42.21 | 13.79 | - |
| YUV | 168.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 80 | 0 | 0.04 | 0.57 | 0.28 | 55.96 | 0.42 | 0.52 |
| Hex | B8 | B1 | 50 | 0 | 4 | 39 | 1C | 38 | 2A | 34 |
| Octal | 270 | 261 | 120 | 0 | 4 | 71 | 34 | 70 | 52 | 64 |
| Binary | 10111000 | 10110001 | 1010000 | 0 | 100 | 111001 | 11100 | 111000 | 101010 | 110100 |
Color Harmonies of #B8B150
Complementary color
Monochromatic Colors of #B8B150
Black with #B8B150
Text Example
Text Example
White with #B8B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B150; }
p { color: rgb(184,177,80); }
H1.HeaderClassName
{
color: #B8B150;
}
.AnyTagClassName
{
color: #B8B150;
}
</style>
background-color css
<style>
a { background-color: #B8B150; }
a { background-color: rgb(184,177,80); }
div.DivClassName
{
background-color: #B8B150;
}
.BgClassName
{
background-color: #B8B150;
}
</style>
border-color css
<style>
span { border-color: #B8B150; }
span { border-color: rgb(184,177,80); }
td.TdClassName
{
border-color: #B8B150;
}
.TagClassName
{
border-color: #B8B150;
}
</style>