Shades of Neutral Green #B1AD83
Tints of Neutral Green #B1AD83
RGB
CMYK
RGB Variations
Color information
#B1AD83 (or 0xB1AD83) is known color: Neutral Green. HEX triplet: B1, AD and 83. RGB value is (177,173,131). Sum of RGB (Red+Green+Blue) = 177+173+131=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD83 is #4E527C. Grayscale: #A9A9A9. Windows color (decimal): -5132925 or 8629681. OLE color: 8629681.
HSL color Cylindrical-coordinate representation of color #B1AD83: hue angle of 54.78º 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 #B1AD83 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 131 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.31 |
| HSL | 54.78º | 0.23% | 0.6% | - |
| HSV(B) | 54.78º | 0.26% | 0.69% | - |
| XYZ | 37.17 | 40.87 | 27.4 | - |
| YUV | 169.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 131 | 0 | 0.02 | 0.26 | 0.31 | 54.78 | 0.23 | 0.6 |
| Hex | B1 | AD | 83 | 0 | 2 | 1A | 1F | 37 | 17 | 3C |
| Octal | 261 | 255 | 203 | 0 | 2 | 32 | 37 | 67 | 27 | 74 |
| Binary | 10110001 | 10101101 | 10000011 | 0 | 10 | 11010 | 11111 | 110111 | 10111 | 111100 |
Color Harmonies of #B1AD83
Complementary color
Monochromatic Colors of #B1AD83
Black with #B1AD83
Text Example
Text Example
White with #B1AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD83; }
p { color: rgb(177,173,131); }
H1.HeaderClassName
{
color: #B1AD83;
}
.AnyTagClassName
{
color: #B1AD83;
}
</style>
background-color css
<style>
a { background-color: #B1AD83; }
a { background-color: rgb(177,173,131); }
div.DivClassName
{
background-color: #B1AD83;
}
.BgClassName
{
background-color: #B1AD83;
}
</style>
border-color css
<style>
span { border-color: #B1AD83; }
span { border-color: rgb(177,173,131); }
td.TdClassName
{
border-color: #B1AD83;
}
.TagClassName
{
border-color: #B1AD83;
}
</style>