Shades of Neutral Green #B2AD7B
Tints of Neutral Green #B2AD7B
RGB
CMYK
RGB Variations
Color information
#B2AD7B (or 0xB2AD7B) is known color: Neutral Green. HEX triplet: B2, AD and 7B. RGB value is (178,173,123). Sum of RGB (Red+Green+Blue) = 178+173+123=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD7B is #4D5284. Grayscale: #A9A9A9. Windows color (decimal): -5067397 or 8105394. OLE color: 8105394.
HSL color Cylindrical-coordinate representation of color #B2AD7B: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AD7B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 123 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.30 |
| HSL | 54.55º | 0.26% | 0.59% | - |
| HSV(B) | 54.55º | 0.31% | 0.7% | - |
| XYZ | 36.88 | 40.78 | 24.67 | - |
| YUV | 168.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 123 | 0 | 0.03 | 0.31 | 0.30 | 54.55 | 0.26 | 0.59 |
| Hex | B2 | AD | 7B | 0 | 3 | 1F | 1E | 37 | 1A | 3B |
| Octal | 262 | 255 | 173 | 0 | 3 | 37 | 36 | 67 | 32 | 73 |
| Binary | 10110010 | 10101101 | 1111011 | 0 | 11 | 11111 | 11110 | 110111 | 11010 | 111011 |
Color Harmonies of #B2AD7B
Complementary color
Monochromatic Colors of #B2AD7B
Black with #B2AD7B
Text Example
Text Example
White with #B2AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD7B; }
p { color: rgb(178,173,123); }
H1.HeaderClassName
{
color: #B2AD7B;
}
.AnyTagClassName
{
color: #B2AD7B;
}
</style>
background-color css
<style>
a { background-color: #B2AD7B; }
a { background-color: rgb(178,173,123); }
div.DivClassName
{
background-color: #B2AD7B;
}
.BgClassName
{
background-color: #B2AD7B;
}
</style>
border-color css
<style>
span { border-color: #B2AD7B; }
span { border-color: rgb(178,173,123); }
td.TdClassName
{
border-color: #B2AD7B;
}
.TagClassName
{
border-color: #B2AD7B;
}
</style>