Shades of Neutral Green #B0AD7F
Tints of Neutral Green #B0AD7F
RGB
CMYK
RGB Variations
Color information
#B0AD7F (or 0xB0AD7F) is known color: Neutral Green. HEX triplet: B0, AD and 7F. RGB value is (176,173,127). Sum of RGB (Red+Green+Blue) = 176+173+127=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD7F is #4F5280. Grayscale: #A8A8A8. Windows color (decimal): -5198465 or 8367536. OLE color: 8367536.
HSL color Cylindrical-coordinate representation of color #B0AD7F: hue angle of 56.33º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AD7F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 127 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.31 |
| HSL | 56.33º | 0.24% | 0.59% | - |
| HSV(B) | 56.33º | 0.28% | 0.69% | - |
| XYZ | 36.68 | 40.65 | 25.99 | - |
| YUV | 168.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 127 | 0 | 0.02 | 0.28 | 0.31 | 56.33 | 0.24 | 0.59 |
| Hex | B0 | AD | 7F | 0 | 2 | 1C | 1F | 38 | 18 | 3B |
| Octal | 260 | 255 | 177 | 0 | 2 | 34 | 37 | 70 | 30 | 73 |
| Binary | 10110000 | 10101101 | 1111111 | 0 | 10 | 11100 | 11111 | 111000 | 11000 | 111011 |
Color Harmonies of #B0AD7F
Complementary color
Monochromatic Colors of #B0AD7F
Black with #B0AD7F
Text Example
Text Example
White with #B0AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD7F; }
p { color: rgb(176,173,127); }
H1.HeaderClassName
{
color: #B0AD7F;
}
.AnyTagClassName
{
color: #B0AD7F;
}
</style>
background-color css
<style>
a { background-color: #B0AD7F; }
a { background-color: rgb(176,173,127); }
div.DivClassName
{
background-color: #B0AD7F;
}
.BgClassName
{
background-color: #B0AD7F;
}
</style>
border-color css
<style>
span { border-color: #B0AD7F; }
span { border-color: rgb(176,173,127); }
td.TdClassName
{
border-color: #B0AD7F;
}
.TagClassName
{
border-color: #B0AD7F;
}
</style>