Shades of Neutral Green #B2A878
Tints of Neutral Green #B2A878
RGB
CMYK
RGB Variations
Color information
#B2A878 (or 0xB2A878) is known color: Neutral Green. HEX triplet: B2, A8 and 78. RGB value is (178,168,120). Sum of RGB (Red+Green+Blue) = 178+168+120=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A878 is #4D5787. Grayscale: #A5A5A5. Windows color (decimal): -5068680 or 7907506. OLE color: 7907506.
HSL color Cylindrical-coordinate representation of color #B2A878: hue angle of 49.66º 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 #B2A878 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 120 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.30 |
| HSL | 49.66º | 0.27% | 0.58% | - |
| HSV(B) | 49.66º | 0.33% | 0.7% | - |
| XYZ | 35.75 | 38.83 | 23.38 | - |
| YUV | 165.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 120 | 0 | 0.06 | 0.33 | 0.30 | 49.66 | 0.27 | 0.58 |
| Hex | B2 | A8 | 78 | 0 | 6 | 21 | 1E | 32 | 1B | 3A |
| Octal | 262 | 250 | 170 | 0 | 6 | 41 | 36 | 62 | 33 | 72 |
| Binary | 10110010 | 10101000 | 1111000 | 0 | 110 | 100001 | 11110 | 110010 | 11011 | 111010 |
Color Harmonies of #B2A878
Complementary color
Monochromatic Colors of #B2A878
Black with #B2A878
Text Example
Text Example
White with #B2A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A878; }
p { color: rgb(178,168,120); }
H1.HeaderClassName
{
color: #B2A878;
}
.AnyTagClassName
{
color: #B2A878;
}
</style>
background-color css
<style>
a { background-color: #B2A878; }
a { background-color: rgb(178,168,120); }
div.DivClassName
{
background-color: #B2A878;
}
.BgClassName
{
background-color: #B2A878;
}
</style>
border-color css
<style>
span { border-color: #B2A878; }
span { border-color: rgb(178,168,120); }
td.TdClassName
{
border-color: #B2A878;
}
.TagClassName
{
border-color: #B2A878;
}
</style>