Shades of Neutral Green #B2AD76
Tints of Neutral Green #B2AD76
RGB
CMYK
RGB Variations
Color information
#B2AD76 (or 0xB2AD76) is known color: Neutral Green. HEX triplet: B2, AD and 76. RGB value is (178,173,118). Sum of RGB (Red+Green+Blue) = 178+173+118=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD76 is #4D5289. Grayscale: #A8A8A8. Windows color (decimal): -5067402 or 7777714. OLE color: 7777714.
HSL color Cylindrical-coordinate representation of color #B2AD76: hue angle of 55º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2AD76 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 118 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.30 |
| HSL | 55º | 0.28% | 0.58% | - |
| HSV(B) | 55º | 0.34% | 0.7% | - |
| XYZ | 36.57 | 40.66 | 23.06 | - |
| YUV | 168.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 118 | 0 | 0.03 | 0.34 | 0.30 | 55 | 0.28 | 0.58 |
| Hex | B2 | AD | 76 | 0 | 3 | 22 | 1E | 37 | 1C | 3A |
| Octal | 262 | 255 | 166 | 0 | 3 | 42 | 36 | 67 | 34 | 72 |
| Binary | 10110010 | 10101101 | 1110110 | 0 | 11 | 100010 | 11110 | 110111 | 11100 | 111010 |
Color Harmonies of #B2AD76
Complementary color
Monochromatic Colors of #B2AD76
Black with #B2AD76
Text Example
Text Example
White with #B2AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD76; }
p { color: rgb(178,173,118); }
H1.HeaderClassName
{
color: #B2AD76;
}
.AnyTagClassName
{
color: #B2AD76;
}
</style>
background-color css
<style>
a { background-color: #B2AD76; }
a { background-color: rgb(178,173,118); }
div.DivClassName
{
background-color: #B2AD76;
}
.BgClassName
{
background-color: #B2AD76;
}
</style>
border-color css
<style>
span { border-color: #B2AD76; }
span { border-color: rgb(178,173,118); }
td.TdClassName
{
border-color: #B2AD76;
}
.TagClassName
{
border-color: #B2AD76;
}
</style>