Shades of Olive Green #B5B258
Tints of Olive Green #B5B258
RGB
CMYK
RGB Variations
Color information
#B5B258 (or 0xB5B258) is known color: Olive Green. HEX triplet: B5, B2 and 58. RGB value is (181,178,88). Sum of RGB (Red+Green+Blue) = 181+178+88=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B258 is #4A4DA7. Grayscale: #A9A9A9. Windows color (decimal): -4869544 or 5812917. OLE color: 5812917.
HSL color Cylindrical-coordinate representation of color #B5B258: hue angle of 58.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5B258 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 88 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.29 |
| HSL | 58.06º | 0.39% | 0.53% | - |
| HSV(B) | 58.06º | 0.51% | 0.71% | - |
| XYZ | 36.74 | 42.37 | 15.47 | - |
| YUV | 168.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 88 | 0 | 0.02 | 0.51 | 0.29 | 58.06 | 0.39 | 0.53 |
| Hex | B5 | B2 | 58 | 0 | 2 | 33 | 1D | 3A | 27 | 35 |
| Octal | 265 | 262 | 130 | 0 | 2 | 63 | 35 | 72 | 47 | 65 |
| Binary | 10110101 | 10110010 | 1011000 | 0 | 10 | 110011 | 11101 | 111010 | 100111 | 110101 |
Color Harmonies of #B5B258
Complementary color
Monochromatic Colors of #B5B258
Black with #B5B258
Text Example
Text Example
White with #B5B258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B258; }
p { color: rgb(181,178,88); }
H1.HeaderClassName
{
color: #B5B258;
}
.AnyTagClassName
{
color: #B5B258;
}
</style>
background-color css
<style>
a { background-color: #B5B258; }
a { background-color: rgb(181,178,88); }
div.DivClassName
{
background-color: #B5B258;
}
.BgClassName
{
background-color: #B5B258;
}
</style>
border-color css
<style>
span { border-color: #B5B258; }
span { border-color: rgb(181,178,88); }
td.TdClassName
{
border-color: #B5B258;
}
.TagClassName
{
border-color: #B5B258;
}
</style>