Shades of Neutral Green #B0AB81
Tints of Neutral Green #B0AB81
RGB
CMYK
RGB Variations
Color information
#B0AB81 (or 0xB0AB81) is known color: Neutral Green. HEX triplet: B0, AB and 81. RGB value is (176,171,129). Sum of RGB (Red+Green+Blue) = 176+171+129=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB81 is #4F547E. Grayscale: #A7A7A7. Windows color (decimal): -5198975 or 8498096. OLE color: 8498096.
HSL color Cylindrical-coordinate representation of color #B0AB81: hue angle of 53.62º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0AB81 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 129 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.31 |
| HSL | 53.62º | 0.23% | 0.6% | - |
| HSV(B) | 53.62º | 0.27% | 0.69% | - |
| XYZ | 36.43 | 39.94 | 26.56 | - |
| YUV | 167.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 129 | 0 | 0.03 | 0.27 | 0.31 | 53.62 | 0.23 | 0.6 |
| Hex | B0 | AB | 81 | 0 | 3 | 1B | 1F | 36 | 17 | 3C |
| Octal | 260 | 253 | 201 | 0 | 3 | 33 | 37 | 66 | 27 | 74 |
| Binary | 10110000 | 10101011 | 10000001 | 0 | 11 | 11011 | 11111 | 110110 | 10111 | 111100 |
Color Harmonies of #B0AB81
Complementary color
Monochromatic Colors of #B0AB81
Black with #B0AB81
Text Example
Text Example
White with #B0AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB81; }
p { color: rgb(176,171,129); }
H1.HeaderClassName
{
color: #B0AB81;
}
.AnyTagClassName
{
color: #B0AB81;
}
</style>
background-color css
<style>
a { background-color: #B0AB81; }
a { background-color: rgb(176,171,129); }
div.DivClassName
{
background-color: #B0AB81;
}
.BgClassName
{
background-color: #B0AB81;
}
</style>
border-color css
<style>
span { border-color: #B0AB81; }
span { border-color: rgb(176,171,129); }
td.TdClassName
{
border-color: #B0AB81;
}
.TagClassName
{
border-color: #B0AB81;
}
</style>