Shades of Neutral Green #B0AD81
Tints of Neutral Green #B0AD81
RGB
CMYK
RGB Variations
Color information
#B0AD81 (or 0xB0AD81) is known color: Neutral Green. HEX triplet: B0, AD and 81. RGB value is (176,173,129). Sum of RGB (Red+Green+Blue) = 176+173+129=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD81 is #4F527E. Grayscale: #A9A9A9. Windows color (decimal): -5198463 or 8498608. OLE color: 8498608.
HSL color Cylindrical-coordinate representation of color #B0AD81: hue angle of 56.17º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0AD81 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 129 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.31 |
| HSL | 56.17º | 0.23% | 0.6% | - |
| HSV(B) | 56.17º | 0.27% | 0.69% | - |
| XYZ | 36.81 | 40.7 | 26.69 | - |
| YUV | 168.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 129 | 0 | 0.02 | 0.27 | 0.31 | 56.17 | 0.23 | 0.6 |
| Hex | B0 | AD | 81 | 0 | 2 | 1B | 1F | 38 | 17 | 3C |
| Octal | 260 | 255 | 201 | 0 | 2 | 33 | 37 | 70 | 27 | 74 |
| Binary | 10110000 | 10101101 | 10000001 | 0 | 10 | 11011 | 11111 | 111000 | 10111 | 111100 |
Color Harmonies of #B0AD81
Complementary color
Monochromatic Colors of #B0AD81
Black with #B0AD81
Text Example
Text Example
White with #B0AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD81; }
p { color: rgb(176,173,129); }
H1.HeaderClassName
{
color: #B0AD81;
}
.AnyTagClassName
{
color: #B0AD81;
}
</style>
background-color css
<style>
a { background-color: #B0AD81; }
a { background-color: rgb(176,173,129); }
div.DivClassName
{
background-color: #B0AD81;
}
.BgClassName
{
background-color: #B0AD81;
}
</style>
border-color css
<style>
span { border-color: #B0AD81; }
span { border-color: rgb(176,173,129); }
td.TdClassName
{
border-color: #B0AD81;
}
.TagClassName
{
border-color: #B0AD81;
}
</style>