Shades of Olive Green #B5B053
Tints of Olive Green #B5B053
RGB
CMYK
RGB Variations
Color information
#B5B053 (or 0xB5B053) is known color: Olive Green. HEX triplet: B5, B0 and 53. RGB value is (181,176,83). Sum of RGB (Red+Green+Blue) = 181+176+83=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B053 is #4A4FAC. Grayscale: #A7A7A7. Windows color (decimal): -4870061 or 5484725. OLE color: 5484725.
HSL color Cylindrical-coordinate representation of color #B5B053: hue angle of 56.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5B053 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 83 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.29 |
| HSL | 56.94º | 0.4% | 0.52% | - |
| HSV(B) | 56.94º | 0.54% | 0.71% | - |
| XYZ | 36.14 | 41.5 | 14.29 | - |
| YUV | 166.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 83 | 0 | 0.03 | 0.54 | 0.29 | 56.94 | 0.4 | 0.52 |
| Hex | B5 | B0 | 53 | 0 | 3 | 36 | 1D | 39 | 28 | 34 |
| Octal | 265 | 260 | 123 | 0 | 3 | 66 | 35 | 71 | 50 | 64 |
| Binary | 10110101 | 10110000 | 1010011 | 0 | 11 | 110110 | 11101 | 111001 | 101000 | 110100 |
Color Harmonies of #B5B053
Complementary color
Monochromatic Colors of #B5B053
Black with #B5B053
Text Example
Text Example
White with #B5B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B053; }
p { color: rgb(181,176,83); }
H1.HeaderClassName
{
color: #B5B053;
}
.AnyTagClassName
{
color: #B5B053;
}
</style>
background-color css
<style>
a { background-color: #B5B053; }
a { background-color: rgb(181,176,83); }
div.DivClassName
{
background-color: #B5B053;
}
.BgClassName
{
background-color: #B5B053;
}
</style>
border-color css
<style>
span { border-color: #B5B053; }
span { border-color: rgb(181,176,83); }
td.TdClassName
{
border-color: #B5B053;
}
.TagClassName
{
border-color: #B5B053;
}
</style>