Shades of Neutral Green #B0AD76
Tints of Neutral Green #B0AD76
RGB
CMYK
RGB Variations
Color information
#B0AD76 (or 0xB0AD76) is known color: Neutral Green. HEX triplet: B0, AD and 76. RGB value is (176,173,118). Sum of RGB (Red+Green+Blue) = 176+173+118=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD76 is #4F5289. Grayscale: #A7A7A7. Windows color (decimal): -5198474 or 7777712. OLE color: 7777712.
HSL color Cylindrical-coordinate representation of color #B0AD76: hue angle of 56.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0AD76 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 118 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.31 |
| HSL | 56.9º | 0.27% | 0.58% | - |
| HSV(B) | 56.9º | 0.33% | 0.69% | - |
| XYZ | 36.12 | 40.43 | 23.04 | - |
| YUV | 167.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 118 | 0 | 0.02 | 0.33 | 0.31 | 56.9 | 0.27 | 0.58 |
| Hex | B0 | AD | 76 | 0 | 2 | 21 | 1F | 39 | 1B | 3A |
| Octal | 260 | 255 | 166 | 0 | 2 | 41 | 37 | 71 | 33 | 72 |
| Binary | 10110000 | 10101101 | 1110110 | 0 | 10 | 100001 | 11111 | 111001 | 11011 | 111010 |
Color Harmonies of #B0AD76
Complementary color
Monochromatic Colors of #B0AD76
Black with #B0AD76
Text Example
Text Example
White with #B0AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD76; }
p { color: rgb(176,173,118); }
H1.HeaderClassName
{
color: #B0AD76;
}
.AnyTagClassName
{
color: #B0AD76;
}
</style>
background-color css
<style>
a { background-color: #B0AD76; }
a { background-color: rgb(176,173,118); }
div.DivClassName
{
background-color: #B0AD76;
}
.BgClassName
{
background-color: #B0AD76;
}
</style>
border-color css
<style>
span { border-color: #B0AD76; }
span { border-color: rgb(176,173,118); }
td.TdClassName
{
border-color: #B0AD76;
}
.TagClassName
{
border-color: #B0AD76;
}
</style>