Shades of Neutral Green #B2AD78
Tints of Neutral Green #B2AD78
RGB
CMYK
RGB Variations
Color information
#B2AD78 (or 0xB2AD78) is known color: Neutral Green. HEX triplet: B2, AD and 78. RGB value is (178,173,120). Sum of RGB (Red+Green+Blue) = 178+173+120=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD78 is #4D5287. Grayscale: #A8A8A8. Windows color (decimal): -5067400 or 7908786. OLE color: 7908786.
HSL color Cylindrical-coordinate representation of color #B2AD78: hue angle of 54.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AD78 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 120 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.30 |
| HSL | 54.83º | 0.27% | 0.58% | - |
| HSV(B) | 54.83º | 0.33% | 0.7% | - |
| XYZ | 36.69 | 40.71 | 23.69 | - |
| YUV | 168.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 120 | 0 | 0.03 | 0.33 | 0.30 | 54.83 | 0.27 | 0.58 |
| Hex | B2 | AD | 78 | 0 | 3 | 21 | 1E | 37 | 1B | 3A |
| Octal | 262 | 255 | 170 | 0 | 3 | 41 | 36 | 67 | 33 | 72 |
| Binary | 10110010 | 10101101 | 1111000 | 0 | 11 | 100001 | 11110 | 110111 | 11011 | 111010 |
Color Harmonies of #B2AD78
Complementary color
Monochromatic Colors of #B2AD78
Black with #B2AD78
Text Example
Text Example
White with #B2AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD78; }
p { color: rgb(178,173,120); }
H1.HeaderClassName
{
color: #B2AD78;
}
.AnyTagClassName
{
color: #B2AD78;
}
</style>
background-color css
<style>
a { background-color: #B2AD78; }
a { background-color: rgb(178,173,120); }
div.DivClassName
{
background-color: #B2AD78;
}
.BgClassName
{
background-color: #B2AD78;
}
</style>
border-color css
<style>
span { border-color: #B2AD78; }
span { border-color: rgb(178,173,120); }
td.TdClassName
{
border-color: #B2AD78;
}
.TagClassName
{
border-color: #B2AD78;
}
</style>