Shades of Neutral Green #B1AA73
Tints of Neutral Green #B1AA73
RGB
CMYK
RGB Variations
Color information
#B1AA73 (or 0xB1AA73) is known color: Neutral Green. HEX triplet: B1, AA and 73. RGB value is (177,170,115). Sum of RGB (Red+Green+Blue) = 177+170+115=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA73 is #4E558C. Grayscale: #A6A6A6. Windows color (decimal): -5133709 or 7580337. OLE color: 7580337.
HSL color Cylindrical-coordinate representation of color #B1AA73: hue angle of 53.23º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1AA73 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 115 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.31 |
| HSL | 53.23º | 0.28% | 0.57% | - |
| HSV(B) | 53.23º | 0.35% | 0.69% | - |
| XYZ | 35.6 | 39.33 | 21.94 | - |
| YUV | 165.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 115 | 0 | 0.04 | 0.35 | 0.31 | 53.23 | 0.28 | 0.57 |
| Hex | B1 | AA | 73 | 0 | 4 | 23 | 1F | 35 | 1C | 39 |
| Octal | 261 | 252 | 163 | 0 | 4 | 43 | 37 | 65 | 34 | 71 |
| Binary | 10110001 | 10101010 | 1110011 | 0 | 100 | 100011 | 11111 | 110101 | 11100 | 111001 |
Color Harmonies of #B1AA73
Complementary color
Monochromatic Colors of #B1AA73
Black with #B1AA73
Text Example
Text Example
White with #B1AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA73; }
p { color: rgb(177,170,115); }
H1.HeaderClassName
{
color: #B1AA73;
}
.AnyTagClassName
{
color: #B1AA73;
}
</style>
background-color css
<style>
a { background-color: #B1AA73; }
a { background-color: rgb(177,170,115); }
div.DivClassName
{
background-color: #B1AA73;
}
.BgClassName
{
background-color: #B1AA73;
}
</style>
border-color css
<style>
span { border-color: #B1AA73; }
span { border-color: rgb(177,170,115); }
td.TdClassName
{
border-color: #B1AA73;
}
.TagClassName
{
border-color: #B1AA73;
}
</style>