Shades of Neutral Green #B4A878
Tints of Neutral Green #B4A878
RGB
CMYK
RGB Variations
Color information
#B4A878 (or 0xB4A878) is known color: Neutral Green. HEX triplet: B4, A8 and 78. RGB value is (180,168,120). Sum of RGB (Red+Green+Blue) = 180+168+120=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A878 is #4B5787. Grayscale: #A6A6A6. Windows color (decimal): -4937608 or 7907508. OLE color: 7907508.
HSL color Cylindrical-coordinate representation of color #B4A878: hue angle of 48º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4A878 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 120 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.29 |
| HSL | 48º | 0.29% | 0.59% | - |
| HSV(B) | 48º | 0.33% | 0.71% | - |
| XYZ | 36.22 | 39.06 | 23.4 | - |
| YUV | 166.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 120 | 0 | 0.07 | 0.33 | 0.29 | 48 | 0.29 | 0.59 |
| Hex | B4 | A8 | 78 | 0 | 7 | 21 | 1D | 30 | 1D | 3B |
| Octal | 264 | 250 | 170 | 0 | 7 | 41 | 35 | 60 | 35 | 73 |
| Binary | 10110100 | 10101000 | 1111000 | 0 | 111 | 100001 | 11101 | 110000 | 11101 | 111011 |
Color Harmonies of #B4A878
Complementary color
Monochromatic Colors of #B4A878
Black with #B4A878
Text Example
Text Example
White with #B4A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A878; }
p { color: rgb(180,168,120); }
H1.HeaderClassName
{
color: #B4A878;
}
.AnyTagClassName
{
color: #B4A878;
}
</style>
background-color css
<style>
a { background-color: #B4A878; }
a { background-color: rgb(180,168,120); }
div.DivClassName
{
background-color: #B4A878;
}
.BgClassName
{
background-color: #B4A878;
}
</style>
border-color css
<style>
span { border-color: #B4A878; }
span { border-color: rgb(180,168,120); }
td.TdClassName
{
border-color: #B4A878;
}
.TagClassName
{
border-color: #B4A878;
}
</style>