Shades of Neutral Green #B2A87B
Tints of Neutral Green #B2A87B
RGB
CMYK
RGB Variations
Color information
#B2A87B (or 0xB2A87B) is known color: Neutral Green. HEX triplet: B2, A8 and 7B. RGB value is (178,168,123). Sum of RGB (Red+Green+Blue) = 178+168+123=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A87B is #4D5784. Grayscale: #A6A6A6. Windows color (decimal): -5068677 or 8104114. OLE color: 8104114.
HSL color Cylindrical-coordinate representation of color #B2A87B: hue angle of 49.09º 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 #B2A87B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 123 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.30 |
| HSL | 49.09º | 0.26% | 0.59% | - |
| HSV(B) | 49.09º | 0.31% | 0.7% | - |
| XYZ | 35.94 | 38.9 | 24.35 | - |
| YUV | 165.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 123 | 0 | 0.06 | 0.31 | 0.30 | 49.09 | 0.26 | 0.59 |
| Hex | B2 | A8 | 7B | 0 | 6 | 1F | 1E | 31 | 1A | 3B |
| Octal | 262 | 250 | 173 | 0 | 6 | 37 | 36 | 61 | 32 | 73 |
| Binary | 10110010 | 10101000 | 1111011 | 0 | 110 | 11111 | 11110 | 110001 | 11010 | 111011 |
Color Harmonies of #B2A87B
Complementary color
Monochromatic Colors of #B2A87B
Black with #B2A87B
Text Example
Text Example
White with #B2A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A87B; }
p { color: rgb(178,168,123); }
H1.HeaderClassName
{
color: #B2A87B;
}
.AnyTagClassName
{
color: #B2A87B;
}
</style>
background-color css
<style>
a { background-color: #B2A87B; }
a { background-color: rgb(178,168,123); }
div.DivClassName
{
background-color: #B2A87B;
}
.BgClassName
{
background-color: #B2A87B;
}
</style>
border-color css
<style>
span { border-color: #B2A87B; }
span { border-color: rgb(178,168,123); }
td.TdClassName
{
border-color: #B2A87B;
}
.TagClassName
{
border-color: #B2A87B;
}
</style>