Shades of Neutral Green #B0AD85
Tints of Neutral Green #B0AD85
RGB
CMYK
RGB Variations
Color information
#B0AD85 (or 0xB0AD85) is known color: Neutral Green. HEX triplet: B0, AD and 85. RGB value is (176,173,133). Sum of RGB (Red+Green+Blue) = 176+173+133=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD85 is #4F527A. Grayscale: #A9A9A9. Windows color (decimal): -5198459 or 8760752. OLE color: 8760752.
HSL color Cylindrical-coordinate representation of color #B0AD85: hue angle of 55.81º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0AD85 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 133 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.31 |
| HSL | 55.81º | 0.21% | 0.61% | - |
| HSV(B) | 55.81º | 0.24% | 0.69% | - |
| XYZ | 37.08 | 40.81 | 28.11 | - |
| YUV | 169.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 133 | 0 | 0.02 | 0.24 | 0.31 | 55.81 | 0.21 | 0.61 |
| Hex | B0 | AD | 85 | 0 | 2 | 18 | 1F | 38 | 15 | 3D |
| Octal | 260 | 255 | 205 | 0 | 2 | 30 | 37 | 70 | 25 | 75 |
| Binary | 10110000 | 10101101 | 10000101 | 0 | 10 | 11000 | 11111 | 111000 | 10101 | 111101 |
Color Harmonies of #B0AD85
Complementary color
Monochromatic Colors of #B0AD85
Black with #B0AD85
Text Example
Text Example
White with #B0AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD85; }
p { color: rgb(176,173,133); }
H1.HeaderClassName
{
color: #B0AD85;
}
.AnyTagClassName
{
color: #B0AD85;
}
</style>
background-color css
<style>
a { background-color: #B0AD85; }
a { background-color: rgb(176,173,133); }
div.DivClassName
{
background-color: #B0AD85;
}
.BgClassName
{
background-color: #B0AD85;
}
</style>
border-color css
<style>
span { border-color: #B0AD85; }
span { border-color: rgb(176,173,133); }
td.TdClassName
{
border-color: #B0AD85;
}
.TagClassName
{
border-color: #B0AD85;
}
</style>