Shades of Neutral Green #B0AD82
Tints of Neutral Green #B0AD82
RGB
CMYK
RGB Variations
Color information
#B0AD82 (or 0xB0AD82) is known color: Neutral Green. HEX triplet: B0, AD and 82. RGB value is (176,173,130). Sum of RGB (Red+Green+Blue) = 176+173+130=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD82 is #4F527D. Grayscale: #A9A9A9. Windows color (decimal): -5198462 or 8564144. OLE color: 8564144.
HSL color Cylindrical-coordinate representation of color #B0AD82: hue angle of 56.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0AD82 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 130 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.31 |
| HSL | 56.09º | 0.23% | 0.6% | - |
| HSV(B) | 56.09º | 0.26% | 0.69% | - |
| XYZ | 36.88 | 40.73 | 27.04 | - |
| YUV | 169 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 130 | 0 | 0.02 | 0.26 | 0.31 | 56.09 | 0.23 | 0.6 |
| Hex | B0 | AD | 82 | 0 | 2 | 1A | 1F | 38 | 17 | 3C |
| Octal | 260 | 255 | 202 | 0 | 2 | 32 | 37 | 70 | 27 | 74 |
| Binary | 10110000 | 10101101 | 10000010 | 0 | 10 | 11010 | 11111 | 111000 | 10111 | 111100 |
Color Harmonies of #B0AD82
Complementary color
Monochromatic Colors of #B0AD82
Black with #B0AD82
Text Example
Text Example
White with #B0AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD82; }
p { color: rgb(176,173,130); }
H1.HeaderClassName
{
color: #B0AD82;
}
.AnyTagClassName
{
color: #B0AD82;
}
</style>
background-color css
<style>
a { background-color: #B0AD82; }
a { background-color: rgb(176,173,130); }
div.DivClassName
{
background-color: #B0AD82;
}
.BgClassName
{
background-color: #B0AD82;
}
</style>
border-color css
<style>
span { border-color: #B0AD82; }
span { border-color: rgb(176,173,130); }
td.TdClassName
{
border-color: #B0AD82;
}
.TagClassName
{
border-color: #B0AD82;
}
</style>