Shades of Neutral Green #B1AA85
Tints of Neutral Green #B1AA85
RGB
CMYK
RGB Variations
Color information
#B1AA85 (or 0xB1AA85) is known color: Neutral Green. HEX triplet: B1, AA and 85. RGB value is (177,170,133). Sum of RGB (Red+Green+Blue) = 177+170+133=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA85 is #4E557A. Grayscale: #A8A8A8. Windows color (decimal): -5133691 or 8759985. OLE color: 8759985.
HSL color Cylindrical-coordinate representation of color #B1AA85: hue angle of 50.45º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1AA85 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 133 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.31 |
| HSL | 50.45º | 0.22% | 0.61% | - |
| HSV(B) | 50.45º | 0.25% | 0.69% | - |
| XYZ | 36.74 | 39.79 | 27.93 | - |
| YUV | 167.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 133 | 0 | 0.04 | 0.25 | 0.31 | 50.45 | 0.22 | 0.61 |
| Hex | B1 | AA | 85 | 0 | 4 | 19 | 1F | 32 | 16 | 3D |
| Octal | 261 | 252 | 205 | 0 | 4 | 31 | 37 | 62 | 26 | 75 |
| Binary | 10110001 | 10101010 | 10000101 | 0 | 100 | 11001 | 11111 | 110010 | 10110 | 111101 |
Color Harmonies of #B1AA85
Complementary color
Monochromatic Colors of #B1AA85
Black with #B1AA85
Text Example
Text Example
White with #B1AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA85; }
p { color: rgb(177,170,133); }
H1.HeaderClassName
{
color: #B1AA85;
}
.AnyTagClassName
{
color: #B1AA85;
}
</style>
background-color css
<style>
a { background-color: #B1AA85; }
a { background-color: rgb(177,170,133); }
div.DivClassName
{
background-color: #B1AA85;
}
.BgClassName
{
background-color: #B1AA85;
}
</style>
border-color css
<style>
span { border-color: #B1AA85; }
span { border-color: rgb(177,170,133); }
td.TdClassName
{
border-color: #B1AA85;
}
.TagClassName
{
border-color: #B1AA85;
}
</style>