Shades of Neutral Green #B2AF82
Tints of Neutral Green #B2AF82
RGB
CMYK
RGB Variations
Color information
#B2AF82 (or 0xB2AF82) is known color: Neutral Green. HEX triplet: B2, AF and 82. RGB value is (178,175,130). Sum of RGB (Red+Green+Blue) = 178+175+130=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF82 is #4D507D. Grayscale: #AAAAAA. Windows color (decimal): -5066878 or 8564658. OLE color: 8564658.
HSL color Cylindrical-coordinate representation of color #B2AF82: hue angle of 56.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AF82 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 130 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.30 |
| HSL | 56.25º | 0.24% | 0.6% | - |
| HSV(B) | 56.25º | 0.27% | 0.7% | - |
| XYZ | 37.72 | 41.74 | 27.19 | - |
| YUV | 170.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 130 | 0 | 0.02 | 0.27 | 0.30 | 56.25 | 0.24 | 0.6 |
| Hex | B2 | AF | 82 | 0 | 2 | 1B | 1E | 38 | 18 | 3C |
| Octal | 262 | 257 | 202 | 0 | 2 | 33 | 36 | 70 | 30 | 74 |
| Binary | 10110010 | 10101111 | 10000010 | 0 | 10 | 11011 | 11110 | 111000 | 11000 | 111100 |
Color Harmonies of #B2AF82
Complementary color
Monochromatic Colors of #B2AF82
Black with #B2AF82
Text Example
Text Example
White with #B2AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF82; }
p { color: rgb(178,175,130); }
H1.HeaderClassName
{
color: #B2AF82;
}
.AnyTagClassName
{
color: #B2AF82;
}
</style>
background-color css
<style>
a { background-color: #B2AF82; }
a { background-color: rgb(178,175,130); }
div.DivClassName
{
background-color: #B2AF82;
}
.BgClassName
{
background-color: #B2AF82;
}
</style>
border-color css
<style>
span { border-color: #B2AF82; }
span { border-color: rgb(178,175,130); }
td.TdClassName
{
border-color: #B2AF82;
}
.TagClassName
{
border-color: #B2AF82;
}
</style>