Shades of Olive Green #B5B858
Tints of Olive Green #B5B858
RGB
CMYK
RGB Variations
Color information
#B5B858 (or 0xB5B858) is known color: Olive Green. HEX triplet: B5, B8 and 58. RGB value is (181,184,88). Sum of RGB (Red+Green+Blue) = 181+184+88=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B858 is #4A47A7. Grayscale: #ACACAC. Windows color (decimal): -4868008 or 5814453. OLE color: 5814453.
HSL color Cylindrical-coordinate representation of color #B5B858: hue angle of 61.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5B858 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 88 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.28 |
| HSL | 61.88º | 0.4% | 0.53% | - |
| HSV(B) | 61.88º | 0.52% | 0.72% | - |
| XYZ | 37.96 | 44.81 | 15.88 | - |
| YUV | 172.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 88 | 0.02 | 0 | 0.52 | 0.28 | 61.88 | 0.4 | 0.53 |
| Hex | B5 | B8 | 58 | 2 | 0 | 34 | 1C | 3E | 28 | 35 |
| Octal | 265 | 270 | 130 | 2 | 0 | 64 | 34 | 76 | 50 | 65 |
| Binary | 10110101 | 10111000 | 1011000 | 10 | 0 | 110100 | 11100 | 111110 | 101000 | 110101 |
Color Harmonies of #B5B858
Complementary color
Monochromatic Colors of #B5B858
Black with #B5B858
Text Example
Text Example
White with #B5B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B858; }
p { color: rgb(181,184,88); }
H1.HeaderClassName
{
color: #B5B858;
}
.AnyTagClassName
{
color: #B5B858;
}
</style>
background-color css
<style>
a { background-color: #B5B858; }
a { background-color: rgb(181,184,88); }
div.DivClassName
{
background-color: #B5B858;
}
.BgClassName
{
background-color: #B5B858;
}
</style>
border-color css
<style>
span { border-color: #B5B858; }
span { border-color: rgb(181,184,88); }
td.TdClassName
{
border-color: #B5B858;
}
.TagClassName
{
border-color: #B5B858;
}
</style>