Shades of Neutral Green #B2AE7C
Tints of Neutral Green #B2AE7C
RGB
CMYK
RGB Variations
Color information
#B2AE7C (or 0xB2AE7C) is known color: Neutral Green. HEX triplet: B2, AE and 7C. RGB value is (178,174,124). Sum of RGB (Red+Green+Blue) = 178+174+124=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AE7C is #4D5183. Grayscale: #A9A9A9. Windows color (decimal): -5067140 or 8171186. OLE color: 8171186.
HSL color Cylindrical-coordinate representation of color #B2AE7C: hue angle of 55.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2AE7C is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 124 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.30 |
| HSL | 55.56º | 0.26% | 0.59% | - |
| HSV(B) | 55.56º | 0.3% | 0.7% | - |
| XYZ | 37.13 | 41.19 | 25.06 | - |
| YUV | 169.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 124 | 0 | 0.02 | 0.30 | 0.30 | 55.56 | 0.26 | 0.59 |
| Hex | B2 | AE | 7C | 0 | 2 | 1E | 1E | 38 | 1A | 3B |
| Octal | 262 | 256 | 174 | 0 | 2 | 36 | 36 | 70 | 32 | 73 |
| Binary | 10110010 | 10101110 | 1111100 | 0 | 10 | 11110 | 11110 | 111000 | 11010 | 111011 |
Color Harmonies of #B2AE7C
Complementary color
Monochromatic Colors of #B2AE7C
Black with #B2AE7C
Text Example
Text Example
White with #B2AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AE7C; }
p { color: rgb(178,174,124); }
H1.HeaderClassName
{
color: #B2AE7C;
}
.AnyTagClassName
{
color: #B2AE7C;
}
</style>
background-color css
<style>
a { background-color: #B2AE7C; }
a { background-color: rgb(178,174,124); }
div.DivClassName
{
background-color: #B2AE7C;
}
.BgClassName
{
background-color: #B2AE7C;
}
</style>
border-color css
<style>
span { border-color: #B2AE7C; }
span { border-color: rgb(178,174,124); }
td.TdClassName
{
border-color: #B2AE7C;
}
.TagClassName
{
border-color: #B2AE7C;
}
</style>