Shades of Neutral Green #B0AF77
Tints of Neutral Green #B0AF77
RGB
CMYK
RGB Variations
Color information
#B0AF77 (or 0xB0AF77) is known color: Neutral Green. HEX triplet: B0, AF and 77. RGB value is (176,175,119). Sum of RGB (Red+Green+Blue) = 176+175+119=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF77 is #4F5088. Grayscale: #A9A9A9. Windows color (decimal): -5197961 or 7843760. OLE color: 7843760.
HSL color Cylindrical-coordinate representation of color #B0AF77: hue angle of 58.95º degrees, saturation: 0.27, 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 #B0AF77 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 119 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.31 |
| HSL | 58.95º | 0.27% | 0.58% | - |
| HSV(B) | 58.95º | 0.32% | 0.69% | - |
| XYZ | 36.56 | 41.22 | 23.48 | - |
| YUV | 168.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 119 | 0 | 0.01 | 0.32 | 0.31 | 58.95 | 0.27 | 0.58 |
| Hex | B0 | AF | 77 | 0 | 1 | 20 | 1F | 3B | 1B | 3A |
| Octal | 260 | 257 | 167 | 0 | 1 | 40 | 37 | 73 | 33 | 72 |
| Binary | 10110000 | 10101111 | 1110111 | 0 | 1 | 100000 | 11111 | 111011 | 11011 | 111010 |
Color Harmonies of #B0AF77
Complementary color
Monochromatic Colors of #B0AF77
Black with #B0AF77
Text Example
Text Example
White with #B0AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF77; }
p { color: rgb(176,175,119); }
H1.HeaderClassName
{
color: #B0AF77;
}
.AnyTagClassName
{
color: #B0AF77;
}
</style>
background-color css
<style>
a { background-color: #B0AF77; }
a { background-color: rgb(176,175,119); }
div.DivClassName
{
background-color: #B0AF77;
}
.BgClassName
{
background-color: #B0AF77;
}
</style>
border-color css
<style>
span { border-color: #B0AF77; }
span { border-color: rgb(176,175,119); }
td.TdClassName
{
border-color: #B0AF77;
}
.TagClassName
{
border-color: #B0AF77;
}
</style>