Shades of Olive Green #B1B157
Tints of Olive Green #B1B157
RGB
CMYK
RGB Variations
Color information
#B1B157 (or 0xB1B157) is known color: Olive Green. HEX triplet: B1, B1 and 57. RGB value is (177,177,87). Sum of RGB (Red+Green+Blue) = 177+177+87=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B157 is #4E4EA8. Grayscale: #A7A7A7. Windows color (decimal): -5131945 or 5747121. OLE color: 5747121.
HSL color Cylindrical-coordinate representation of color #B1B157: hue angle of 60º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1B157 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 87 | - |
| CMYK | 0 | 0 | 0.51 | 0.31 |
| HSL | 60º | 0.37% | 0.52% | - |
| HSV(B) | 60º | 0.51% | 0.69% | - |
| XYZ | 35.57 | 41.48 | 15.15 | - |
| YUV | 166.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 87 | 0 | 0 | 0.51 | 0.31 | 60 | 0.37 | 0.52 |
| Hex | B1 | B1 | 57 | 0 | 0 | 33 | 1F | 3C | 25 | 34 |
| Octal | 261 | 261 | 127 | 0 | 0 | 63 | 37 | 74 | 45 | 64 |
| Binary | 10110001 | 10110001 | 1010111 | 0 | 0 | 110011 | 11111 | 111100 | 100101 | 110100 |
Color Harmonies of #B1B157
Complementary color
Monochromatic Colors of #B1B157
Black with #B1B157
Text Example
Text Example
White with #B1B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B157; }
p { color: rgb(177,177,87); }
H1.HeaderClassName
{
color: #B1B157;
}
.AnyTagClassName
{
color: #B1B157;
}
</style>
background-color css
<style>
a { background-color: #B1B157; }
a { background-color: rgb(177,177,87); }
div.DivClassName
{
background-color: #B1B157;
}
.BgClassName
{
background-color: #B1B157;
}
</style>
border-color css
<style>
span { border-color: #B1B157; }
span { border-color: rgb(177,177,87); }
td.TdClassName
{
border-color: #B1B157;
}
.TagClassName
{
border-color: #B1B157;
}
</style>