Shades of Neutral Green #B1AD88
Tints of Neutral Green #B1AD88
RGB
CMYK
RGB Variations
Color information
#B1AD88 (or 0xB1AD88) is known color: Neutral Green. HEX triplet: B1, AD and 88. RGB value is (177,173,136). Sum of RGB (Red+Green+Blue) = 177+173+136=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD88 is #4E5277. Grayscale: #AAAAAA. Windows color (decimal): -5132920 or 8957361. OLE color: 8957361.
HSL color Cylindrical-coordinate representation of color #B1AD88: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1AD88 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 136 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.31 |
| HSL | 54.15º | 0.21% | 0.61% | - |
| HSV(B) | 54.15º | 0.23% | 0.69% | - |
| XYZ | 37.52 | 41.01 | 29.23 | - |
| YUV | 169.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 136 | 0 | 0.02 | 0.23 | 0.31 | 54.15 | 0.21 | 0.61 |
| Hex | B1 | AD | 88 | 0 | 2 | 17 | 1F | 36 | 15 | 3D |
| Octal | 261 | 255 | 210 | 0 | 2 | 27 | 37 | 66 | 25 | 75 |
| Binary | 10110001 | 10101101 | 10001000 | 0 | 10 | 10111 | 11111 | 110110 | 10101 | 111101 |
Color Harmonies of #B1AD88
Complementary color
Monochromatic Colors of #B1AD88
Black with #B1AD88
Text Example
Text Example
White with #B1AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD88; }
p { color: rgb(177,173,136); }
H1.HeaderClassName
{
color: #B1AD88;
}
.AnyTagClassName
{
color: #B1AD88;
}
</style>
background-color css
<style>
a { background-color: #B1AD88; }
a { background-color: rgb(177,173,136); }
div.DivClassName
{
background-color: #B1AD88;
}
.BgClassName
{
background-color: #B1AD88;
}
</style>
border-color css
<style>
span { border-color: #B1AD88; }
span { border-color: rgb(177,173,136); }
td.TdClassName
{
border-color: #B1AD88;
}
.TagClassName
{
border-color: #B1AD88;
}
</style>