Shades of Neutral Green #B4A877
Tints of Neutral Green #B4A877
RGB
CMYK
RGB Variations
Color information
#B4A877 (or 0xB4A877) is known color: Neutral Green. HEX triplet: B4, A8 and 77. RGB value is (180,168,119). Sum of RGB (Red+Green+Blue) = 180+168+119=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A877 is #4B5788. Grayscale: #A6A6A6. Windows color (decimal): -4937609 or 7841972. OLE color: 7841972.
HSL color Cylindrical-coordinate representation of color #B4A877: hue angle of 48.2º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A877 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 119 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.29 |
| HSL | 48.2º | 0.29% | 0.59% | - |
| HSV(B) | 48.2º | 0.34% | 0.71% | - |
| XYZ | 36.15 | 39.04 | 23.08 | - |
| YUV | 166 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 119 | 0 | 0.07 | 0.34 | 0.29 | 48.2 | 0.29 | 0.59 |
| Hex | B4 | A8 | 77 | 0 | 7 | 22 | 1D | 30 | 1D | 3B |
| Octal | 264 | 250 | 167 | 0 | 7 | 42 | 35 | 60 | 35 | 73 |
| Binary | 10110100 | 10101000 | 1110111 | 0 | 111 | 100010 | 11101 | 110000 | 11101 | 111011 |
Color Harmonies of #B4A877
Complementary color
Monochromatic Colors of #B4A877
Black with #B4A877
Text Example
Text Example
White with #B4A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A877; }
p { color: rgb(180,168,119); }
H1.HeaderClassName
{
color: #B4A877;
}
.AnyTagClassName
{
color: #B4A877;
}
</style>
background-color css
<style>
a { background-color: #B4A877; }
a { background-color: rgb(180,168,119); }
div.DivClassName
{
background-color: #B4A877;
}
.BgClassName
{
background-color: #B4A877;
}
</style>
border-color css
<style>
span { border-color: #B4A877; }
span { border-color: rgb(180,168,119); }
td.TdClassName
{
border-color: #B4A877;
}
.TagClassName
{
border-color: #B4A877;
}
</style>