Shades of Olive Green #B8B050
Tints of Olive Green #B8B050
RGB
CMYK
RGB Variations
Color information
#B8B050 (or 0xB8B050) is known color: Olive Green. HEX triplet: B8, B0 and 50. RGB value is (184,176,80). Sum of RGB (Red+Green+Blue) = 184+176+80=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B050 is #474FAF. Grayscale: #A7A7A7. Windows color (decimal): -4673456 or 5288120. OLE color: 5288120.
HSL color Cylindrical-coordinate representation of color #B8B050: hue angle of 55.38º 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 #B8B050 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 80 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.28 |
| HSL | 55.38º | 0.42% | 0.52% | - |
| HSV(B) | 55.38º | 0.57% | 0.72% | - |
| XYZ | 36.74 | 41.82 | 13.73 | - |
| YUV | 167.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 80 | 0 | 0.04 | 0.57 | 0.28 | 55.38 | 0.42 | 0.52 |
| Hex | B8 | B0 | 50 | 0 | 4 | 39 | 1C | 37 | 2A | 34 |
| Octal | 270 | 260 | 120 | 0 | 4 | 71 | 34 | 67 | 52 | 64 |
| Binary | 10111000 | 10110000 | 1010000 | 0 | 100 | 111001 | 11100 | 110111 | 101010 | 110100 |
Color Harmonies of #B8B050
Complementary color
Monochromatic Colors of #B8B050
Black with #B8B050
Text Example
Text Example
White with #B8B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B050; }
p { color: rgb(184,176,80); }
H1.HeaderClassName
{
color: #B8B050;
}
.AnyTagClassName
{
color: #B8B050;
}
</style>
background-color css
<style>
a { background-color: #B8B050; }
a { background-color: rgb(184,176,80); }
div.DivClassName
{
background-color: #B8B050;
}
.BgClassName
{
background-color: #B8B050;
}
</style>
border-color css
<style>
span { border-color: #B8B050; }
span { border-color: rgb(184,176,80); }
td.TdClassName
{
border-color: #B8B050;
}
.TagClassName
{
border-color: #B8B050;
}
</style>