Shades of Olive Green #B8B053
Tints of Olive Green #B8B053
RGB
CMYK
RGB Variations
Color information
#B8B053 (or 0xB8B053) is known color: Olive Green. HEX triplet: B8, B0 and 53. RGB value is (184,176,83). Sum of RGB (Red+Green+Blue) = 184+176+83=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B053 is #474FAC. Grayscale: #A8A8A8. Windows color (decimal): -4673453 or 5484728. OLE color: 5484728.
HSL color Cylindrical-coordinate representation of color #B8B053: hue angle of 55.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8B053 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 83 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.28 |
| HSL | 55.25º | 0.42% | 0.52% | - |
| HSV(B) | 55.25º | 0.55% | 0.72% | - |
| XYZ | 36.85 | 41.87 | 14.32 | - |
| YUV | 167.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 83 | 0 | 0.04 | 0.55 | 0.28 | 55.25 | 0.42 | 0.52 |
| Hex | B8 | B0 | 53 | 0 | 4 | 37 | 1C | 37 | 2A | 34 |
| Octal | 270 | 260 | 123 | 0 | 4 | 67 | 34 | 67 | 52 | 64 |
| Binary | 10111000 | 10110000 | 1010011 | 0 | 100 | 110111 | 11100 | 110111 | 101010 | 110100 |
Color Harmonies of #B8B053
Complementary color
Monochromatic Colors of #B8B053
Black with #B8B053
Text Example
Text Example
White with #B8B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B053; }
p { color: rgb(184,176,83); }
H1.HeaderClassName
{
color: #B8B053;
}
.AnyTagClassName
{
color: #B8B053;
}
</style>
background-color css
<style>
a { background-color: #B8B053; }
a { background-color: rgb(184,176,83); }
div.DivClassName
{
background-color: #B8B053;
}
.BgClassName
{
background-color: #B8B053;
}
</style>
border-color css
<style>
span { border-color: #B8B053; }
span { border-color: rgb(184,176,83); }
td.TdClassName
{
border-color: #B8B053;
}
.TagClassName
{
border-color: #B8B053;
}
</style>