Shades of Neutral Green #B1AB73
Tints of Neutral Green #B1AB73
RGB
CMYK
RGB Variations
Color information
#B1AB73 (or 0xB1AB73) is known color: Neutral Green. HEX triplet: B1, AB and 73. RGB value is (177,171,115). Sum of RGB (Red+Green+Blue) = 177+171+115=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB73 is #4E548C. Grayscale: #A6A6A6. Windows color (decimal): -5133453 or 7580593. OLE color: 7580593.
HSL color Cylindrical-coordinate representation of color #B1AB73: hue angle of 54.19º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1AB73 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 115 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.31 |
| HSL | 54.19º | 0.28% | 0.57% | - |
| HSV(B) | 54.19º | 0.35% | 0.69% | - |
| XYZ | 35.79 | 39.71 | 22 | - |
| YUV | 166.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 115 | 0 | 0.03 | 0.35 | 0.31 | 54.19 | 0.28 | 0.57 |
| Hex | B1 | AB | 73 | 0 | 3 | 23 | 1F | 36 | 1C | 39 |
| Octal | 261 | 253 | 163 | 0 | 3 | 43 | 37 | 66 | 34 | 71 |
| Binary | 10110001 | 10101011 | 1110011 | 0 | 11 | 100011 | 11111 | 110110 | 11100 | 111001 |
Color Harmonies of #B1AB73
Complementary color
Monochromatic Colors of #B1AB73
Black with #B1AB73
Text Example
Text Example
White with #B1AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB73; }
p { color: rgb(177,171,115); }
H1.HeaderClassName
{
color: #B1AB73;
}
.AnyTagClassName
{
color: #B1AB73;
}
</style>
background-color css
<style>
a { background-color: #B1AB73; }
a { background-color: rgb(177,171,115); }
div.DivClassName
{
background-color: #B1AB73;
}
.BgClassName
{
background-color: #B1AB73;
}
</style>
border-color css
<style>
span { border-color: #B1AB73; }
span { border-color: rgb(177,171,115); }
td.TdClassName
{
border-color: #B1AB73;
}
.TagClassName
{
border-color: #B1AB73;
}
</style>