Shades of Neutral Green #B0AB89
Tints of Neutral Green #B0AB89
RGB
CMYK
RGB Variations
Color information
#B0AB89 (or 0xB0AB89) is known color: Neutral Green. HEX triplet: B0, AB and 89. RGB value is (176,171,137). Sum of RGB (Red+Green+Blue) = 176+171+137=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB89 is #4F5476. Grayscale: #A8A8A8. Windows color (decimal): -5198967 or 9022384. OLE color: 9022384.
HSL color Cylindrical-coordinate representation of color #B0AB89: hue angle of 52.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0AB89 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 137 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.31 |
| HSL | 52.31º | 0.2% | 0.61% | - |
| HSV(B) | 52.31º | 0.22% | 0.69% | - |
| XYZ | 36.98 | 40.16 | 29.47 | - |
| YUV | 168.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 137 | 0 | 0.03 | 0.22 | 0.31 | 52.31 | 0.2 | 0.61 |
| Hex | B0 | AB | 89 | 0 | 3 | 16 | 1F | 34 | 14 | 3D |
| Octal | 260 | 253 | 211 | 0 | 3 | 26 | 37 | 64 | 24 | 75 |
| Binary | 10110000 | 10101011 | 10001001 | 0 | 11 | 10110 | 11111 | 110100 | 10100 | 111101 |
Color Harmonies of #B0AB89
Complementary color
Monochromatic Colors of #B0AB89
Black with #B0AB89
Text Example
Text Example
White with #B0AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB89; }
p { color: rgb(176,171,137); }
H1.HeaderClassName
{
color: #B0AB89;
}
.AnyTagClassName
{
color: #B0AB89;
}
</style>
background-color css
<style>
a { background-color: #B0AB89; }
a { background-color: rgb(176,171,137); }
div.DivClassName
{
background-color: #B0AB89;
}
.BgClassName
{
background-color: #B0AB89;
}
</style>
border-color css
<style>
span { border-color: #B0AB89; }
span { border-color: rgb(176,171,137); }
td.TdClassName
{
border-color: #B0AB89;
}
.TagClassName
{
border-color: #B0AB89;
}
</style>