Shades of Shadow Green #A1BDBA
Tints of Shadow Green #A1BDBA
RGB
CMYK
RGB Variations
Color information
#A1BDBA (or 0xA1BDBA) is known color: Shadow Green. HEX triplet: A1, BD and BA. RGB value is (161,189,186). Sum of RGB (Red+Green+Blue) = 161+189+186=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBA is #5E4245. Grayscale: #B4B4B4. Windows color (decimal): -6177350 or 12238241. OLE color: 12238241.
HSL color Cylindrical-coordinate representation of color #A1BDBA: hue angle of 173.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDBA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 186 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.26 |
| HSL | 173.57º | 0.18% | 0.69% | - |
| HSV(B) | 173.57º | 0.15% | 0.74% | - |
| XYZ | 41.76 | 47.52 | 53.43 | - |
| YUV | 180.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 186 | 0.15 | 0 | 0.02 | 0.26 | 173.57 | 0.18 | 0.69 |
| Hex | A1 | BD | BA | F | 0 | 2 | 1A | AE | 12 | 45 |
| Octal | 241 | 275 | 272 | 17 | 0 | 2 | 32 | 256 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10111010 | 1111 | 0 | 10 | 11010 | 10101110 | 10010 | 1000101 |
Color Harmonies of #A1BDBA
Complementary color
Monochromatic Colors of #A1BDBA
Black with #A1BDBA
Text Example
Text Example
White with #A1BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDBA; }
p { color: rgb(161,189,186); }
H1.HeaderClassName
{
color: #A1BDBA;
}
.AnyTagClassName
{
color: #A1BDBA;
}
</style>
background-color css
<style>
a { background-color: #A1BDBA; }
a { background-color: rgb(161,189,186); }
div.DivClassName
{
background-color: #A1BDBA;
}
.BgClassName
{
background-color: #A1BDBA;
}
</style>
border-color css
<style>
span { border-color: #A1BDBA; }
span { border-color: rgb(161,189,186); }
td.TdClassName
{
border-color: #A1BDBA;
}
.TagClassName
{
border-color: #A1BDBA;
}
</style>