Shades of Shadow Green #A1BCBA
Tints of Shadow Green #A1BCBA
RGB
CMYK
RGB Variations
Color information
#A1BCBA (or 0xA1BCBA) is known color: Shadow Green. HEX triplet: A1, BC and BA. RGB value is (161,188,186). Sum of RGB (Red+Green+Blue) = 161+188+186=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCBA is #5E4345. Grayscale: #B3B3B3. Windows color (decimal): -6177606 or 12237985. OLE color: 12237985.
HSL color Cylindrical-coordinate representation of color #A1BCBA: hue angle of 175.56º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCBA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 186 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.26 |
| HSL | 175.56º | 0.17% | 0.68% | - |
| HSV(B) | 175.56º | 0.14% | 0.74% | - |
| XYZ | 41.54 | 47.09 | 53.35 | - |
| YUV | 179.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 186 | 0.14 | 0 | 0.01 | 0.26 | 175.56 | 0.17 | 0.68 |
| Hex | A1 | BC | BA | E | 0 | 1 | 1A | B0 | 11 | 44 |
| Octal | 241 | 274 | 272 | 16 | 0 | 1 | 32 | 260 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10111010 | 1110 | 0 | 1 | 11010 | 10110000 | 10001 | 1000100 |
Color Harmonies of #A1BCBA
Complementary color
Monochromatic Colors of #A1BCBA
Black with #A1BCBA
Text Example
Text Example
White with #A1BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCBA; }
p { color: rgb(161,188,186); }
H1.HeaderClassName
{
color: #A1BCBA;
}
.AnyTagClassName
{
color: #A1BCBA;
}
</style>
background-color css
<style>
a { background-color: #A1BCBA; }
a { background-color: rgb(161,188,186); }
div.DivClassName
{
background-color: #A1BCBA;
}
.BgClassName
{
background-color: #A1BCBA;
}
</style>
border-color css
<style>
span { border-color: #A1BCBA; }
span { border-color: rgb(161,188,186); }
td.TdClassName
{
border-color: #A1BCBA;
}
.TagClassName
{
border-color: #A1BCBA;
}
</style>