Shades of Olive Green #B1AB51
Tints of Olive Green #B1AB51
RGB
CMYK
RGB Variations
Color information
#B1AB51 (or 0xB1AB51) is known color: Olive Green. HEX triplet: B1, AB and 51. RGB value is (177,171,81). Sum of RGB (Red+Green+Blue) = 177+171+81=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB51 is #4E54AE. Grayscale: #A2A2A2. Windows color (decimal): -5133487 or 5352369. OLE color: 5352369.
HSL color Cylindrical-coordinate representation of color #B1AB51: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1AB51 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 81 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.31 |
| HSL | 56.25º | 0.38% | 0.51% | - |
| HSV(B) | 56.25º | 0.54% | 0.69% | - |
| XYZ | 34.18 | 39.07 | 13.52 | - |
| YUV | 162.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 81 | 0 | 0.03 | 0.54 | 0.31 | 56.25 | 0.38 | 0.51 |
| Hex | B1 | AB | 51 | 0 | 3 | 36 | 1F | 38 | 26 | 33 |
| Octal | 261 | 253 | 121 | 0 | 3 | 66 | 37 | 70 | 46 | 63 |
| Binary | 10110001 | 10101011 | 1010001 | 0 | 11 | 110110 | 11111 | 111000 | 100110 | 110011 |
Color Harmonies of #B1AB51
Complementary color
Monochromatic Colors of #B1AB51
Black with #B1AB51
Text Example
Text Example
White with #B1AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB51; }
p { color: rgb(177,171,81); }
H1.HeaderClassName
{
color: #B1AB51;
}
.AnyTagClassName
{
color: #B1AB51;
}
</style>
background-color css
<style>
a { background-color: #B1AB51; }
a { background-color: rgb(177,171,81); }
div.DivClassName
{
background-color: #B1AB51;
}
.BgClassName
{
background-color: #B1AB51;
}
</style>
border-color css
<style>
span { border-color: #B1AB51; }
span { border-color: rgb(177,171,81); }
td.TdClassName
{
border-color: #B1AB51;
}
.TagClassName
{
border-color: #B1AB51;
}
</style>