Shades of Neutral Green #B1AD7A
Tints of Neutral Green #B1AD7A
RGB
CMYK
RGB Variations
Color information
#B1AD7A (or 0xB1AD7A) is known color: Neutral Green. HEX triplet: B1, AD and 7A. RGB value is (177,173,122). Sum of RGB (Red+Green+Blue) = 177+173+122=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD7A is #4E5285. Grayscale: #A8A8A8. Windows color (decimal): -5132934 or 8039857. OLE color: 8039857.
HSL color Cylindrical-coordinate representation of color #B1AD7A: hue angle of 55.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1AD7A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 122 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.31 |
| HSL | 55.64º | 0.26% | 0.59% | - |
| HSV(B) | 55.64º | 0.31% | 0.69% | - |
| XYZ | 36.59 | 40.64 | 24.33 | - |
| YUV | 168.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 122 | 0 | 0.02 | 0.31 | 0.31 | 55.64 | 0.26 | 0.59 |
| Hex | B1 | AD | 7A | 0 | 2 | 1F | 1F | 38 | 1A | 3B |
| Octal | 261 | 255 | 172 | 0 | 2 | 37 | 37 | 70 | 32 | 73 |
| Binary | 10110001 | 10101101 | 1111010 | 0 | 10 | 11111 | 11111 | 111000 | 11010 | 111011 |
Color Harmonies of #B1AD7A
Complementary color
Monochromatic Colors of #B1AD7A
Black with #B1AD7A
Text Example
Text Example
White with #B1AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD7A; }
p { color: rgb(177,173,122); }
H1.HeaderClassName
{
color: #B1AD7A;
}
.AnyTagClassName
{
color: #B1AD7A;
}
</style>
background-color css
<style>
a { background-color: #B1AD7A; }
a { background-color: rgb(177,173,122); }
div.DivClassName
{
background-color: #B1AD7A;
}
.BgClassName
{
background-color: #B1AD7A;
}
</style>
border-color css
<style>
span { border-color: #B1AD7A; }
span { border-color: rgb(177,173,122); }
td.TdClassName
{
border-color: #B1AD7A;
}
.TagClassName
{
border-color: #B1AD7A;
}
</style>