Shades of Neutral Green #B2AC80
Tints of Neutral Green #B2AC80
RGB
CMYK
RGB Variations
Color information
#B2AC80 (or 0xB2AC80) is known color: Neutral Green. HEX triplet: B2, AC and 80. RGB value is (178,172,128). Sum of RGB (Red+Green+Blue) = 178+172+128=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC80 is #4D537F. Grayscale: #A8A8A8. Windows color (decimal): -5067648 or 8432818. OLE color: 8432818.
HSL color Cylindrical-coordinate representation of color #B2AC80: hue angle of 52.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AC80 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 128 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.30 |
| HSL | 52.8º | 0.25% | 0.6% | - |
| HSV(B) | 52.8º | 0.28% | 0.7% | - |
| XYZ | 37.01 | 40.53 | 26.29 | - |
| YUV | 168.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 128 | 0 | 0.03 | 0.28 | 0.30 | 52.8 | 0.25 | 0.6 |
| Hex | B2 | AC | 80 | 0 | 3 | 1C | 1E | 35 | 19 | 3C |
| Octal | 262 | 254 | 200 | 0 | 3 | 34 | 36 | 65 | 31 | 74 |
| Binary | 10110010 | 10101100 | 10000000 | 0 | 11 | 11100 | 11110 | 110101 | 11001 | 111100 |
Color Harmonies of #B2AC80
Complementary color
Monochromatic Colors of #B2AC80
Black with #B2AC80
Text Example
Text Example
White with #B2AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC80; }
p { color: rgb(178,172,128); }
H1.HeaderClassName
{
color: #B2AC80;
}
.AnyTagClassName
{
color: #B2AC80;
}
</style>
background-color css
<style>
a { background-color: #B2AC80; }
a { background-color: rgb(178,172,128); }
div.DivClassName
{
background-color: #B2AC80;
}
.BgClassName
{
background-color: #B2AC80;
}
</style>
border-color css
<style>
span { border-color: #B2AC80; }
span { border-color: rgb(178,172,128); }
td.TdClassName
{
border-color: #B2AC80;
}
.TagClassName
{
border-color: #B2AC80;
}
</style>