Shades of Olive Green #B1B051
Tints of Olive Green #B1B051
RGB
CMYK
RGB Variations
Color information
#B1B051 (or 0xB1B051) is known color: Olive Green. HEX triplet: B1, B0 and 51. RGB value is (177,176,81). Sum of RGB (Red+Green+Blue) = 177+176+81=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B051 is #4E4FAE. Grayscale: #A5A5A5. Windows color (decimal): -5132207 or 5353649. OLE color: 5353649.
HSL color Cylindrical-coordinate representation of color #B1B051: hue angle of 59.38º 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 #B1B051 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 81 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.31 |
| HSL | 59.38º | 0.38% | 0.51% | - |
| HSV(B) | 59.38º | 0.54% | 0.69% | - |
| XYZ | 35.14 | 40.99 | 13.84 | - |
| YUV | 165.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 81 | 0 | 0.01 | 0.54 | 0.31 | 59.38 | 0.38 | 0.51 |
| Hex | B1 | B0 | 51 | 0 | 1 | 36 | 1F | 3B | 26 | 33 |
| Octal | 261 | 260 | 121 | 0 | 1 | 66 | 37 | 73 | 46 | 63 |
| Binary | 10110001 | 10110000 | 1010001 | 0 | 1 | 110110 | 11111 | 111011 | 100110 | 110011 |
Color Harmonies of #B1B051
Complementary color
Monochromatic Colors of #B1B051
Black with #B1B051
Text Example
Text Example
White with #B1B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B051; }
p { color: rgb(177,176,81); }
H1.HeaderClassName
{
color: #B1B051;
}
.AnyTagClassName
{
color: #B1B051;
}
</style>
background-color css
<style>
a { background-color: #B1B051; }
a { background-color: rgb(177,176,81); }
div.DivClassName
{
background-color: #B1B051;
}
.BgClassName
{
background-color: #B1B051;
}
</style>
border-color css
<style>
span { border-color: #B1B051; }
span { border-color: rgb(177,176,81); }
td.TdClassName
{
border-color: #B1B051;
}
.TagClassName
{
border-color: #B1B051;
}
</style>