Shades of Olive Green #B5B855
Tints of Olive Green #B5B855
RGB
CMYK
RGB Variations
Color information
#B5B855 (or 0xB5B855) is known color: Olive Green. HEX triplet: B5, B8 and 55. RGB value is (181,184,85). Sum of RGB (Red+Green+Blue) = 181+184+85=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B855 is #4A47AA. Grayscale: #ACACAC. Windows color (decimal): -4868011 or 5617845. OLE color: 5617845.
HSL color Cylindrical-coordinate representation of color #B5B855: hue angle of 61.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5B855 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 85 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.28 |
| HSL | 61.82º | 0.41% | 0.53% | - |
| HSV(B) | 61.82º | 0.54% | 0.72% | - |
| XYZ | 37.84 | 44.76 | 15.24 | - |
| YUV | 171.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 85 | 0.02 | 0 | 0.54 | 0.28 | 61.82 | 0.41 | 0.53 |
| Hex | B5 | B8 | 55 | 2 | 0 | 36 | 1C | 3E | 29 | 35 |
| Octal | 265 | 270 | 125 | 2 | 0 | 66 | 34 | 76 | 51 | 65 |
| Binary | 10110101 | 10111000 | 1010101 | 10 | 0 | 110110 | 11100 | 111110 | 101001 | 110101 |
Color Harmonies of #B5B855
Complementary color
Monochromatic Colors of #B5B855
Black with #B5B855
Text Example
Text Example
White with #B5B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B855; }
p { color: rgb(181,184,85); }
H1.HeaderClassName
{
color: #B5B855;
}
.AnyTagClassName
{
color: #B5B855;
}
</style>
background-color css
<style>
a { background-color: #B5B855; }
a { background-color: rgb(181,184,85); }
div.DivClassName
{
background-color: #B5B855;
}
.BgClassName
{
background-color: #B5B855;
}
</style>
border-color css
<style>
span { border-color: #B5B855; }
span { border-color: rgb(181,184,85); }
td.TdClassName
{
border-color: #B5B855;
}
.TagClassName
{
border-color: #B5B855;
}
</style>