Shades of Neutral Green #B0AB83
Tints of Neutral Green #B0AB83
RGB
CMYK
RGB Variations
Color information
#B0AB83 (or 0xB0AB83) is known color: Neutral Green. HEX triplet: B0, AB and 83. RGB value is (176,171,131). Sum of RGB (Red+Green+Blue) = 176+171+131=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB83 is #4F547C. Grayscale: #A8A8A8. Windows color (decimal): -5198973 or 8629168. OLE color: 8629168.
HSL color Cylindrical-coordinate representation of color #B0AB83: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0AB83 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 131 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.31 |
| HSL | 53.33º | 0.22% | 0.6% | - |
| HSV(B) | 53.33º | 0.26% | 0.69% | - |
| XYZ | 36.56 | 39.99 | 27.27 | - |
| YUV | 167.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 131 | 0 | 0.03 | 0.26 | 0.31 | 53.33 | 0.22 | 0.6 |
| Hex | B0 | AB | 83 | 0 | 3 | 1A | 1F | 35 | 16 | 3C |
| Octal | 260 | 253 | 203 | 0 | 3 | 32 | 37 | 65 | 26 | 74 |
| Binary | 10110000 | 10101011 | 10000011 | 0 | 11 | 11010 | 11111 | 110101 | 10110 | 111100 |
Color Harmonies of #B0AB83
Complementary color
Monochromatic Colors of #B0AB83
Black with #B0AB83
Text Example
Text Example
White with #B0AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB83; }
p { color: rgb(176,171,131); }
H1.HeaderClassName
{
color: #B0AB83;
}
.AnyTagClassName
{
color: #B0AB83;
}
</style>
background-color css
<style>
a { background-color: #B0AB83; }
a { background-color: rgb(176,171,131); }
div.DivClassName
{
background-color: #B0AB83;
}
.BgClassName
{
background-color: #B0AB83;
}
</style>
border-color css
<style>
span { border-color: #B0AB83; }
span { border-color: rgb(176,171,131); }
td.TdClassName
{
border-color: #B0AB83;
}
.TagClassName
{
border-color: #B0AB83;
}
</style>