Shades of Neutral Green #B0AA88
Tints of Neutral Green #B0AA88
RGB
CMYK
RGB Variations
Color information
#B0AA88 (or 0xB0AA88) is known color: Neutral Green. HEX triplet: B0, AA and 88. RGB value is (176,170,136). Sum of RGB (Red+Green+Blue) = 176+170+136=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA88 is #4F5577. Grayscale: #A8A8A8. Windows color (decimal): -5199224 or 8956592. OLE color: 8956592.
HSL color Cylindrical-coordinate representation of color #B0AA88: hue angle of 51º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0AA88 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 136 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.31 |
| HSL | 51º | 0.2% | 0.61% | - |
| HSV(B) | 51º | 0.23% | 0.69% | - |
| XYZ | 36.72 | 39.76 | 29.03 | - |
| YUV | 167.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 136 | 0 | 0.03 | 0.23 | 0.31 | 51 | 0.2 | 0.61 |
| Hex | B0 | AA | 88 | 0 | 3 | 17 | 1F | 33 | 14 | 3D |
| Octal | 260 | 252 | 210 | 0 | 3 | 27 | 37 | 63 | 24 | 75 |
| Binary | 10110000 | 10101010 | 10001000 | 0 | 11 | 10111 | 11111 | 110011 | 10100 | 111101 |
Color Harmonies of #B0AA88
Complementary color
Monochromatic Colors of #B0AA88
Black with #B0AA88
Text Example
Text Example
White with #B0AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA88; }
p { color: rgb(176,170,136); }
H1.HeaderClassName
{
color: #B0AA88;
}
.AnyTagClassName
{
color: #B0AA88;
}
</style>
background-color css
<style>
a { background-color: #B0AA88; }
a { background-color: rgb(176,170,136); }
div.DivClassName
{
background-color: #B0AA88;
}
.BgClassName
{
background-color: #B0AA88;
}
</style>
border-color css
<style>
span { border-color: #B0AA88; }
span { border-color: rgb(176,170,136); }
td.TdClassName
{
border-color: #B0AA88;
}
.TagClassName
{
border-color: #B0AA88;
}
</style>