Shades of Olive Green #B1A956
Tints of Olive Green #B1A956
RGB
CMYK
RGB Variations
Color information
#B1A956 (or 0xB1A956) is known color: Olive Green. HEX triplet: B1, A9 and 56. RGB value is (177,169,86). Sum of RGB (Red+Green+Blue) = 177+169+86=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A956 is #4E56A9. Grayscale: #A2A2A2. Windows color (decimal): -5133994 or 5679537. OLE color: 5679537.
HSL color Cylindrical-coordinate representation of color #B1A956: hue angle of 54.73º 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 #B1A956 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 86 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.31 |
| HSL | 54.73º | 0.37% | 0.52% | - |
| HSV(B) | 54.73º | 0.51% | 0.69% | - |
| XYZ | 34 | 38.39 | 14.42 | - |
| YUV | 161.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 86 | 0 | 0.05 | 0.51 | 0.31 | 54.73 | 0.37 | 0.52 |
| Hex | B1 | A9 | 56 | 0 | 5 | 33 | 1F | 37 | 25 | 34 |
| Octal | 261 | 251 | 126 | 0 | 5 | 63 | 37 | 67 | 45 | 64 |
| Binary | 10110001 | 10101001 | 1010110 | 0 | 101 | 110011 | 11111 | 110111 | 100101 | 110100 |
Color Harmonies of #B1A956
Complementary color
Monochromatic Colors of #B1A956
Black with #B1A956
Text Example
Text Example
White with #B1A956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A956; }
p { color: rgb(177,169,86); }
H1.HeaderClassName
{
color: #B1A956;
}
.AnyTagClassName
{
color: #B1A956;
}
</style>
background-color css
<style>
a { background-color: #B1A956; }
a { background-color: rgb(177,169,86); }
div.DivClassName
{
background-color: #B1A956;
}
.BgClassName
{
background-color: #B1A956;
}
</style>
border-color css
<style>
span { border-color: #B1A956; }
span { border-color: rgb(177,169,86); }
td.TdClassName
{
border-color: #B1A956;
}
.TagClassName
{
border-color: #B1A956;
}
</style>