Shades of Neutral Green #B0AE78
Tints of Neutral Green #B0AE78
RGB
CMYK
RGB Variations
Color information
#B0AE78 (or 0xB0AE78) is known color: Neutral Green. HEX triplet: B0, AE and 78. RGB value is (176,174,120). Sum of RGB (Red+Green+Blue) = 176+174+120=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE78 is #4F5187. Grayscale: #A8A8A8. Windows color (decimal): -5198216 or 7909040. OLE color: 7909040.
HSL color Cylindrical-coordinate representation of color #B0AE78: hue angle of 57.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0AE78 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 120 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.31 |
| HSL | 57.86º | 0.26% | 0.58% | - |
| HSV(B) | 57.86º | 0.32% | 0.69% | - |
| XYZ | 36.43 | 40.86 | 23.74 | - |
| YUV | 168.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 120 | 0 | 0.01 | 0.32 | 0.31 | 57.86 | 0.26 | 0.58 |
| Hex | B0 | AE | 78 | 0 | 1 | 20 | 1F | 3A | 1A | 3A |
| Octal | 260 | 256 | 170 | 0 | 1 | 40 | 37 | 72 | 32 | 72 |
| Binary | 10110000 | 10101110 | 1111000 | 0 | 1 | 100000 | 11111 | 111010 | 11010 | 111010 |
Color Harmonies of #B0AE78
Complementary color
Monochromatic Colors of #B0AE78
Black with #B0AE78
Text Example
Text Example
White with #B0AE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE78; }
p { color: rgb(176,174,120); }
H1.HeaderClassName
{
color: #B0AE78;
}
.AnyTagClassName
{
color: #B0AE78;
}
</style>
background-color css
<style>
a { background-color: #B0AE78; }
a { background-color: rgb(176,174,120); }
div.DivClassName
{
background-color: #B0AE78;
}
.BgClassName
{
background-color: #B0AE78;
}
</style>
border-color css
<style>
span { border-color: #B0AE78; }
span { border-color: rgb(176,174,120); }
td.TdClassName
{
border-color: #B0AE78;
}
.TagClassName
{
border-color: #B0AE78;
}
</style>