Shades of Olive Green #B5B351
Tints of Olive Green #B5B351
RGB
CMYK
RGB Variations
Color information
#B5B351 (or 0xB5B351) is known color: Olive Green. HEX triplet: B5, B3 and 51. RGB value is (181,179,81). Sum of RGB (Red+Green+Blue) = 181+179+81=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B351 is #4A4CAE. Grayscale: #A8A8A8. Windows color (decimal): -4869295 or 5354421. OLE color: 5354421.
HSL color Cylindrical-coordinate representation of color #B5B351: hue angle of 58.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5B351 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 81 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.29 |
| HSL | 58.8º | 0.4% | 0.51% | - |
| HSV(B) | 58.8º | 0.55% | 0.71% | - |
| XYZ | 36.66 | 42.66 | 14.09 | - |
| YUV | 168.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 81 | 0 | 0.01 | 0.55 | 0.29 | 58.8 | 0.4 | 0.51 |
| Hex | B5 | B3 | 51 | 0 | 1 | 37 | 1D | 3B | 28 | 33 |
| Octal | 265 | 263 | 121 | 0 | 1 | 67 | 35 | 73 | 50 | 63 |
| Binary | 10110101 | 10110011 | 1010001 | 0 | 1 | 110111 | 11101 | 111011 | 101000 | 110011 |
Color Harmonies of #B5B351
Complementary color
Monochromatic Colors of #B5B351
Black with #B5B351
Text Example
Text Example
White with #B5B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B351; }
p { color: rgb(181,179,81); }
H1.HeaderClassName
{
color: #B5B351;
}
.AnyTagClassName
{
color: #B5B351;
}
</style>
background-color css
<style>
a { background-color: #B5B351; }
a { background-color: rgb(181,179,81); }
div.DivClassName
{
background-color: #B5B351;
}
.BgClassName
{
background-color: #B5B351;
}
</style>
border-color css
<style>
span { border-color: #B5B351; }
span { border-color: rgb(181,179,81); }
td.TdClassName
{
border-color: #B5B351;
}
.TagClassName
{
border-color: #B5B351;
}
</style>