Shades of Neutral Green #B2AF79
Tints of Neutral Green #B2AF79
RGB
CMYK
RGB Variations
Color information
#B2AF79 (or 0xB2AF79) is known color: Neutral Green. HEX triplet: B2, AF and 79. RGB value is (178,175,121). Sum of RGB (Red+Green+Blue) = 178+175+121=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF79 is #4D5086. Grayscale: #A9A9A9. Windows color (decimal): -5066887 or 7974834. OLE color: 7974834.
HSL color Cylindrical-coordinate representation of color #B2AF79: hue angle of 56.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2AF79 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 121 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.30 |
| HSL | 56.84º | 0.27% | 0.59% | - |
| HSV(B) | 56.84º | 0.32% | 0.7% | - |
| XYZ | 37.14 | 41.51 | 24.14 | - |
| YUV | 169.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 121 | 0 | 0.02 | 0.32 | 0.30 | 56.84 | 0.27 | 0.59 |
| Hex | B2 | AF | 79 | 0 | 2 | 20 | 1E | 39 | 1B | 3B |
| Octal | 262 | 257 | 171 | 0 | 2 | 40 | 36 | 71 | 33 | 73 |
| Binary | 10110010 | 10101111 | 1111001 | 0 | 10 | 100000 | 11110 | 111001 | 11011 | 111011 |
Color Harmonies of #B2AF79
Complementary color
Monochromatic Colors of #B2AF79
Black with #B2AF79
Text Example
Text Example
White with #B2AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF79; }
p { color: rgb(178,175,121); }
H1.HeaderClassName
{
color: #B2AF79;
}
.AnyTagClassName
{
color: #B2AF79;
}
</style>
background-color css
<style>
a { background-color: #B2AF79; }
a { background-color: rgb(178,175,121); }
div.DivClassName
{
background-color: #B2AF79;
}
.BgClassName
{
background-color: #B2AF79;
}
</style>
border-color css
<style>
span { border-color: #B2AF79; }
span { border-color: rgb(178,175,121); }
td.TdClassName
{
border-color: #B2AF79;
}
.TagClassName
{
border-color: #B2AF79;
}
</style>