Shades of Neutral Green #B0AD78
Tints of Neutral Green #B0AD78
RGB
CMYK
RGB Variations
Color information
#B0AD78 (or 0xB0AD78) is known color: Neutral Green. HEX triplet: B0, AD and 78. RGB value is (176,173,120). Sum of RGB (Red+Green+Blue) = 176+173+120=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD78 is #4F5287. Grayscale: #A8A8A8. Windows color (decimal): -5198472 or 7908784. OLE color: 7908784.
HSL color Cylindrical-coordinate representation of color #B0AD78: hue angle of 56.79º 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 #B0AD78 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 120 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.31 |
| HSL | 56.79º | 0.26% | 0.58% | - |
| HSV(B) | 56.79º | 0.32% | 0.69% | - |
| XYZ | 36.24 | 40.47 | 23.67 | - |
| YUV | 167.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 120 | 0 | 0.02 | 0.32 | 0.31 | 56.79 | 0.26 | 0.58 |
| Hex | B0 | AD | 78 | 0 | 2 | 20 | 1F | 39 | 1A | 3A |
| Octal | 260 | 255 | 170 | 0 | 2 | 40 | 37 | 71 | 32 | 72 |
| Binary | 10110000 | 10101101 | 1111000 | 0 | 10 | 100000 | 11111 | 111001 | 11010 | 111010 |
Color Harmonies of #B0AD78
Complementary color
Monochromatic Colors of #B0AD78
Black with #B0AD78
Text Example
Text Example
White with #B0AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD78; }
p { color: rgb(176,173,120); }
H1.HeaderClassName
{
color: #B0AD78;
}
.AnyTagClassName
{
color: #B0AD78;
}
</style>
background-color css
<style>
a { background-color: #B0AD78; }
a { background-color: rgb(176,173,120); }
div.DivClassName
{
background-color: #B0AD78;
}
.BgClassName
{
background-color: #B0AD78;
}
</style>
border-color css
<style>
span { border-color: #B0AD78; }
span { border-color: rgb(176,173,120); }
td.TdClassName
{
border-color: #B0AD78;
}
.TagClassName
{
border-color: #B0AD78;
}
</style>