Shades of Neutral Green #B0AD7D
Tints of Neutral Green #B0AD7D
RGB
CMYK
RGB Variations
Color information
#B0AD7D (or 0xB0AD7D) is known color: Neutral Green. HEX triplet: B0, AD and 7D. RGB value is (176,173,125). Sum of RGB (Red+Green+Blue) = 176+173+125=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD7D is #4F5282. Grayscale: #A8A8A8. Windows color (decimal): -5198467 or 8236464. OLE color: 8236464.
HSL color Cylindrical-coordinate representation of color #B0AD7D: hue angle of 56.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AD7D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 125 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.31 |
| HSL | 56.47º | 0.24% | 0.59% | - |
| HSV(B) | 56.47º | 0.29% | 0.69% | - |
| XYZ | 36.55 | 40.6 | 25.31 | - |
| YUV | 168.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 125 | 0 | 0.02 | 0.29 | 0.31 | 56.47 | 0.24 | 0.59 |
| Hex | B0 | AD | 7D | 0 | 2 | 1D | 1F | 38 | 18 | 3B |
| Octal | 260 | 255 | 175 | 0 | 2 | 35 | 37 | 70 | 30 | 73 |
| Binary | 10110000 | 10101101 | 1111101 | 0 | 10 | 11101 | 11111 | 111000 | 11000 | 111011 |
Color Harmonies of #B0AD7D
Complementary color
Monochromatic Colors of #B0AD7D
Black with #B0AD7D
Text Example
Text Example
White with #B0AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD7D; }
p { color: rgb(176,173,125); }
H1.HeaderClassName
{
color: #B0AD7D;
}
.AnyTagClassName
{
color: #B0AD7D;
}
</style>
background-color css
<style>
a { background-color: #B0AD7D; }
a { background-color: rgb(176,173,125); }
div.DivClassName
{
background-color: #B0AD7D;
}
.BgClassName
{
background-color: #B0AD7D;
}
</style>
border-color css
<style>
span { border-color: #B0AD7D; }
span { border-color: rgb(176,173,125); }
td.TdClassName
{
border-color: #B0AD7D;
}
.TagClassName
{
border-color: #B0AD7D;
}
</style>