Shades of Neutral Green #B1AF80
Tints of Neutral Green #B1AF80
RGB
CMYK
RGB Variations
Color information
#B1AF80 (or 0xB1AF80) is known color: Neutral Green. HEX triplet: B1, AF and 80. RGB value is (177,175,128). Sum of RGB (Red+Green+Blue) = 177+175+128=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF80 is #4E507F. Grayscale: #AAAAAA. Windows color (decimal): -5132416 or 8433585. OLE color: 8433585.
HSL color Cylindrical-coordinate representation of color #B1AF80: hue angle of 57.55º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1AF80 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 128 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.31 |
| HSL | 57.55º | 0.24% | 0.6% | - |
| HSV(B) | 57.55º | 0.28% | 0.69% | - |
| XYZ | 37.36 | 41.57 | 26.48 | - |
| YUV | 170.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 128 | 0 | 0.01 | 0.28 | 0.31 | 57.55 | 0.24 | 0.6 |
| Hex | B1 | AF | 80 | 0 | 1 | 1C | 1F | 3A | 18 | 3C |
| Octal | 261 | 257 | 200 | 0 | 1 | 34 | 37 | 72 | 30 | 74 |
| Binary | 10110001 | 10101111 | 10000000 | 0 | 1 | 11100 | 11111 | 111010 | 11000 | 111100 |
Color Harmonies of #B1AF80
Complementary color
Monochromatic Colors of #B1AF80
Black with #B1AF80
Text Example
Text Example
White with #B1AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF80; }
p { color: rgb(177,175,128); }
H1.HeaderClassName
{
color: #B1AF80;
}
.AnyTagClassName
{
color: #B1AF80;
}
</style>
background-color css
<style>
a { background-color: #B1AF80; }
a { background-color: rgb(177,175,128); }
div.DivClassName
{
background-color: #B1AF80;
}
.BgClassName
{
background-color: #B1AF80;
}
</style>
border-color css
<style>
span { border-color: #B1AF80; }
span { border-color: rgb(177,175,128); }
td.TdClassName
{
border-color: #B1AF80;
}
.TagClassName
{
border-color: #B1AF80;
}
</style>