Shades of Olive Green #B1B551
Tints of Olive Green #B1B551
RGB
CMYK
RGB Variations
Color information
#B1B551 (or 0xB1B551) is known color: Olive Green. HEX triplet: B1, B5 and 51. RGB value is (177,181,81). Sum of RGB (Red+Green+Blue) = 177+181+81=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B551 is #4E4AAE. Grayscale: #A8A8A8. Windows color (decimal): -5130927 or 5354929. OLE color: 5354929.
HSL color Cylindrical-coordinate representation of color #B1B551: hue angle of 62.4º 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 #B1B551 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 81 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.29 |
| HSL | 62.4º | 0.4% | 0.51% | - |
| HSV(B) | 62.4º | 0.55% | 0.71% | - |
| XYZ | 36.14 | 42.99 | 14.18 | - |
| YUV | 168.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 81 | 0.02 | 0 | 0.55 | 0.29 | 62.4 | 0.4 | 0.51 |
| Hex | B1 | B5 | 51 | 2 | 0 | 37 | 1D | 3E | 28 | 33 |
| Octal | 261 | 265 | 121 | 2 | 0 | 67 | 35 | 76 | 50 | 63 |
| Binary | 10110001 | 10110101 | 1010001 | 10 | 0 | 110111 | 11101 | 111110 | 101000 | 110011 |
Color Harmonies of #B1B551
Complementary color
Monochromatic Colors of #B1B551
Black with #B1B551
Text Example
Text Example
White with #B1B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B551; }
p { color: rgb(177,181,81); }
H1.HeaderClassName
{
color: #B1B551;
}
.AnyTagClassName
{
color: #B1B551;
}
</style>
background-color css
<style>
a { background-color: #B1B551; }
a { background-color: rgb(177,181,81); }
div.DivClassName
{
background-color: #B1B551;
}
.BgClassName
{
background-color: #B1B551;
}
</style>
border-color css
<style>
span { border-color: #B1B551; }
span { border-color: rgb(177,181,81); }
td.TdClassName
{
border-color: #B1B551;
}
.TagClassName
{
border-color: #B1B551;
}
</style>