Shades of Neutral Green #B2AD79
Tints of Neutral Green #B2AD79
RGB
CMYK
RGB Variations
Color information
#B2AD79 (or 0xB2AD79) is known color: Neutral Green. HEX triplet: B2, AD and 79. RGB value is (178,173,121). Sum of RGB (Red+Green+Blue) = 178+173+121=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD79 is #4D5286. Grayscale: #A8A8A8. Windows color (decimal): -5067399 or 7974322. OLE color: 7974322.
HSL color Cylindrical-coordinate representation of color #B2AD79: hue angle of 54.74º 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 #B2AD79 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 121 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.30 |
| HSL | 54.74º | 0.27% | 0.59% | - |
| HSV(B) | 54.74º | 0.32% | 0.7% | - |
| XYZ | 36.75 | 40.73 | 24.01 | - |
| YUV | 168.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 121 | 0 | 0.03 | 0.32 | 0.30 | 54.74 | 0.27 | 0.59 |
| Hex | B2 | AD | 79 | 0 | 3 | 20 | 1E | 37 | 1B | 3B |
| Octal | 262 | 255 | 171 | 0 | 3 | 40 | 36 | 67 | 33 | 73 |
| Binary | 10110010 | 10101101 | 1111001 | 0 | 11 | 100000 | 11110 | 110111 | 11011 | 111011 |
Color Harmonies of #B2AD79
Complementary color
Monochromatic Colors of #B2AD79
Black with #B2AD79
Text Example
Text Example
White with #B2AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD79; }
p { color: rgb(178,173,121); }
H1.HeaderClassName
{
color: #B2AD79;
}
.AnyTagClassName
{
color: #B2AD79;
}
</style>
background-color css
<style>
a { background-color: #B2AD79; }
a { background-color: rgb(178,173,121); }
div.DivClassName
{
background-color: #B2AD79;
}
.BgClassName
{
background-color: #B2AD79;
}
</style>
border-color css
<style>
span { border-color: #B2AD79; }
span { border-color: rgb(178,173,121); }
td.TdClassName
{
border-color: #B2AD79;
}
.TagClassName
{
border-color: #B2AD79;
}
</style>