Shades of Olive Green #B5B255
Tints of Olive Green #B5B255
RGB
CMYK
RGB Variations
Color information
#B5B255 (or 0xB5B255) is known color: Olive Green. HEX triplet: B5, B2 and 55. RGB value is (181,178,85). Sum of RGB (Red+Green+Blue) = 181+178+85=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B255 is #4A4DAA. Grayscale: #A8A8A8. Windows color (decimal): -4869547 or 5616309. OLE color: 5616309.
HSL color Cylindrical-coordinate representation of color #B5B255: hue angle of 58.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5B255 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 85 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.29 |
| HSL | 58.13º | 0.39% | 0.52% | - |
| HSV(B) | 58.13º | 0.53% | 0.71% | - |
| XYZ | 36.62 | 42.32 | 14.83 | - |
| YUV | 168.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 85 | 0 | 0.02 | 0.53 | 0.29 | 58.13 | 0.39 | 0.52 |
| Hex | B5 | B2 | 55 | 0 | 2 | 35 | 1D | 3A | 27 | 34 |
| Octal | 265 | 262 | 125 | 0 | 2 | 65 | 35 | 72 | 47 | 64 |
| Binary | 10110101 | 10110010 | 1010101 | 0 | 10 | 110101 | 11101 | 111010 | 100111 | 110100 |
Color Harmonies of #B5B255
Complementary color
Monochromatic Colors of #B5B255
Black with #B5B255
Text Example
Text Example
White with #B5B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B255; }
p { color: rgb(181,178,85); }
H1.HeaderClassName
{
color: #B5B255;
}
.AnyTagClassName
{
color: #B5B255;
}
</style>
background-color css
<style>
a { background-color: #B5B255; }
a { background-color: rgb(181,178,85); }
div.DivClassName
{
background-color: #B5B255;
}
.BgClassName
{
background-color: #B5B255;
}
</style>
border-color css
<style>
span { border-color: #B5B255; }
span { border-color: rgb(181,178,85); }
td.TdClassName
{
border-color: #B5B255;
}
.TagClassName
{
border-color: #B5B255;
}
</style>