Shades of Neutral Green #B2AC85
Tints of Neutral Green #B2AC85
RGB
CMYK
RGB Variations
Color information
#B2AC85 (or 0xB2AC85) is known color: Neutral Green. HEX triplet: B2, AC and 85. RGB value is (178,172,133). Sum of RGB (Red+Green+Blue) = 178+172+133=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC85 is #4D537A. Grayscale: #A9A9A9. Windows color (decimal): -5067643 or 8760498. OLE color: 8760498.
HSL color Cylindrical-coordinate representation of color #B2AC85: hue angle of 52º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2AC85 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 133 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.30 |
| HSL | 52º | 0.23% | 0.61% | - |
| HSV(B) | 52º | 0.25% | 0.7% | - |
| XYZ | 37.35 | 40.66 | 28.07 | - |
| YUV | 169.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 133 | 0 | 0.03 | 0.25 | 0.30 | 52 | 0.23 | 0.61 |
| Hex | B2 | AC | 85 | 0 | 3 | 19 | 1E | 34 | 17 | 3D |
| Octal | 262 | 254 | 205 | 0 | 3 | 31 | 36 | 64 | 27 | 75 |
| Binary | 10110010 | 10101100 | 10000101 | 0 | 11 | 11001 | 11110 | 110100 | 10111 | 111101 |
Color Harmonies of #B2AC85
Complementary color
Monochromatic Colors of #B2AC85
Black with #B2AC85
Text Example
Text Example
White with #B2AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC85; }
p { color: rgb(178,172,133); }
H1.HeaderClassName
{
color: #B2AC85;
}
.AnyTagClassName
{
color: #B2AC85;
}
</style>
background-color css
<style>
a { background-color: #B2AC85; }
a { background-color: rgb(178,172,133); }
div.DivClassName
{
background-color: #B2AC85;
}
.BgClassName
{
background-color: #B2AC85;
}
</style>
border-color css
<style>
span { border-color: #B2AC85; }
span { border-color: rgb(178,172,133); }
td.TdClassName
{
border-color: #B2AC85;
}
.TagClassName
{
border-color: #B2AC85;
}
</style>