Shades of Neutral Green #B0AB78
Tints of Neutral Green #B0AB78
RGB
CMYK
RGB Variations
Color information
#B0AB78 (or 0xB0AB78) is known color: Neutral Green. HEX triplet: B0, AB and 78. RGB value is (176,171,120). Sum of RGB (Red+Green+Blue) = 176+171+120=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB78 is #4F5487. Grayscale: #A6A6A6. Windows color (decimal): -5198984 or 7908272. OLE color: 7908272.
HSL color Cylindrical-coordinate representation of color #B0AB78: hue angle of 54.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0AB78 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 120 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.31 |
| HSL | 54.64º | 0.26% | 0.58% | - |
| HSV(B) | 54.64º | 0.32% | 0.69% | - |
| XYZ | 35.86 | 39.71 | 23.54 | - |
| YUV | 166.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 120 | 0 | 0.03 | 0.32 | 0.31 | 54.64 | 0.26 | 0.58 |
| Hex | B0 | AB | 78 | 0 | 3 | 20 | 1F | 37 | 1A | 3A |
| Octal | 260 | 253 | 170 | 0 | 3 | 40 | 37 | 67 | 32 | 72 |
| Binary | 10110000 | 10101011 | 1111000 | 0 | 11 | 100000 | 11111 | 110111 | 11010 | 111010 |
Color Harmonies of #B0AB78
Complementary color
Monochromatic Colors of #B0AB78
Black with #B0AB78
Text Example
Text Example
White with #B0AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB78; }
p { color: rgb(176,171,120); }
H1.HeaderClassName
{
color: #B0AB78;
}
.AnyTagClassName
{
color: #B0AB78;
}
</style>
background-color css
<style>
a { background-color: #B0AB78; }
a { background-color: rgb(176,171,120); }
div.DivClassName
{
background-color: #B0AB78;
}
.BgClassName
{
background-color: #B0AB78;
}
</style>
border-color css
<style>
span { border-color: #B0AB78; }
span { border-color: rgb(176,171,120); }
td.TdClassName
{
border-color: #B0AB78;
}
.TagClassName
{
border-color: #B0AB78;
}
</style>