Shades of Olive Green #B1AA52
Tints of Olive Green #B1AA52
RGB
CMYK
RGB Variations
Color information
#B1AA52 (or 0xB1AA52) is known color: Olive Green. HEX triplet: B1, AA and 52. RGB value is (177,170,82). Sum of RGB (Red+Green+Blue) = 177+170+82=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA52 is #4E55AD. Grayscale: #A2A2A2. Windows color (decimal): -5133742 or 5417649. OLE color: 5417649.
HSL color Cylindrical-coordinate representation of color #B1AA52: hue angle of 55.58º 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 #B1AA52 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 82 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.31 |
| HSL | 55.58º | 0.38% | 0.51% | - |
| HSV(B) | 55.58º | 0.54% | 0.69% | - |
| XYZ | 34.03 | 38.71 | 13.66 | - |
| YUV | 162.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 82 | 0 | 0.04 | 0.54 | 0.31 | 55.58 | 0.38 | 0.51 |
| Hex | B1 | AA | 52 | 0 | 4 | 36 | 1F | 38 | 26 | 33 |
| Octal | 261 | 252 | 122 | 0 | 4 | 66 | 37 | 70 | 46 | 63 |
| Binary | 10110001 | 10101010 | 1010010 | 0 | 100 | 110110 | 11111 | 111000 | 100110 | 110011 |
Color Harmonies of #B1AA52
Complementary color
Monochromatic Colors of #B1AA52
Black with #B1AA52
Text Example
Text Example
White with #B1AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA52; }
p { color: rgb(177,170,82); }
H1.HeaderClassName
{
color: #B1AA52;
}
.AnyTagClassName
{
color: #B1AA52;
}
</style>
background-color css
<style>
a { background-color: #B1AA52; }
a { background-color: rgb(177,170,82); }
div.DivClassName
{
background-color: #B1AA52;
}
.BgClassName
{
background-color: #B1AA52;
}
</style>
border-color css
<style>
span { border-color: #B1AA52; }
span { border-color: rgb(177,170,82); }
td.TdClassName
{
border-color: #B1AA52;
}
.TagClassName
{
border-color: #B1AA52;
}
</style>