Shades of Shadow Green #A1B9B1
Tints of Shadow Green #A1B9B1
RGB
CMYK
RGB Variations
Color information
#A1B9B1 (or 0xA1B9B1) is known color: Shadow Green. HEX triplet: A1, B9 and B1. RGB value is (161,185,177). Sum of RGB (Red+Green+Blue) = 161+185+177=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9B1 is #5E464E. Grayscale: #B0B0B0. Windows color (decimal): -6178383 or 11647393. OLE color: 11647393.
HSL color Cylindrical-coordinate representation of color #A1B9B1: hue angle of 160º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B9B1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 177 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.27 |
| HSL | 160º | 0.15% | 0.68% | - |
| HSV(B) | 160º | 0.13% | 0.73% | - |
| XYZ | 39.98 | 45.45 | 48.26 | - |
| YUV | 176.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 177 | 0.13 | 0 | 0.04 | 0.27 | 160 | 0.15 | 0.68 |
| Hex | A1 | B9 | B1 | D | 0 | 4 | 1B | A0 | F | 44 |
| Octal | 241 | 271 | 261 | 15 | 0 | 4 | 33 | 240 | 17 | 104 |
| Binary | 10100001 | 10111001 | 10110001 | 1101 | 0 | 100 | 11011 | 10100000 | 1111 | 1000100 |
Color Harmonies of #A1B9B1
Complementary color
Monochromatic Colors of #A1B9B1
Black with #A1B9B1
Text Example
Text Example
White with #A1B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9B1; }
p { color: rgb(161,185,177); }
H1.HeaderClassName
{
color: #A1B9B1;
}
.AnyTagClassName
{
color: #A1B9B1;
}
</style>
background-color css
<style>
a { background-color: #A1B9B1; }
a { background-color: rgb(161,185,177); }
div.DivClassName
{
background-color: #A1B9B1;
}
.BgClassName
{
background-color: #A1B9B1;
}
</style>
border-color css
<style>
span { border-color: #A1B9B1; }
span { border-color: rgb(161,185,177); }
td.TdClassName
{
border-color: #A1B9B1;
}
.TagClassName
{
border-color: #A1B9B1;
}
</style>