Shades of Neutral Green #B1AD84
Tints of Neutral Green #B1AD84
RGB
CMYK
RGB Variations
Color information
#B1AD84 (or 0xB1AD84) is known color: Neutral Green. HEX triplet: B1, AD and 84. RGB value is (177,173,132). Sum of RGB (Red+Green+Blue) = 177+173+132=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD84 is #4E527B. Grayscale: #A9A9A9. Windows color (decimal): -5132924 or 8695217. OLE color: 8695217.
HSL color Cylindrical-coordinate representation of color #B1AD84: hue angle of 54.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1AD84 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 132 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.31 |
| HSL | 54.67º | 0.22% | 0.61% | - |
| HSV(B) | 54.67º | 0.25% | 0.69% | - |
| XYZ | 37.24 | 40.9 | 27.76 | - |
| YUV | 169.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 132 | 0 | 0.02 | 0.25 | 0.31 | 54.67 | 0.22 | 0.61 |
| Hex | B1 | AD | 84 | 0 | 2 | 19 | 1F | 37 | 16 | 3D |
| Octal | 261 | 255 | 204 | 0 | 2 | 31 | 37 | 67 | 26 | 75 |
| Binary | 10110001 | 10101101 | 10000100 | 0 | 10 | 11001 | 11111 | 110111 | 10110 | 111101 |
Color Harmonies of #B1AD84
Complementary color
Monochromatic Colors of #B1AD84
Black with #B1AD84
Text Example
Text Example
White with #B1AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD84; }
p { color: rgb(177,173,132); }
H1.HeaderClassName
{
color: #B1AD84;
}
.AnyTagClassName
{
color: #B1AD84;
}
</style>
background-color css
<style>
a { background-color: #B1AD84; }
a { background-color: rgb(177,173,132); }
div.DivClassName
{
background-color: #B1AD84;
}
.BgClassName
{
background-color: #B1AD84;
}
</style>
border-color css
<style>
span { border-color: #B1AD84; }
span { border-color: rgb(177,173,132); }
td.TdClassName
{
border-color: #B1AD84;
}
.TagClassName
{
border-color: #B1AD84;
}
</style>