Shades of Shadow Green #A2BCB3
Tints of Shadow Green #A2BCB3
RGB
CMYK
RGB Variations
Color information
#A2BCB3 (or 0xA2BCB3) is known color: Shadow Green. HEX triplet: A2, BC and B3. RGB value is (162,188,179). Sum of RGB (Red+Green+Blue) = 162+188+179=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCB3 is #5D434C. Grayscale: #B3B3B3. Windows color (decimal): -6112077 or 11779234. OLE color: 11779234.
HSL color Cylindrical-coordinate representation of color #A2BCB3: hue angle of 159.23º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCB3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 179 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.26 |
| HSL | 159.23º | 0.16% | 0.69% | - |
| HSV(B) | 159.23º | 0.14% | 0.74% | - |
| XYZ | 41.02 | 46.9 | 49.54 | - |
| YUV | 179.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 179 | 0.14 | 0 | 0.05 | 0.26 | 159.23 | 0.16 | 0.69 |
| Hex | A2 | BC | B3 | E | 0 | 5 | 1A | 9F | 10 | 45 |
| Octal | 242 | 274 | 263 | 16 | 0 | 5 | 32 | 237 | 20 | 105 |
| Binary | 10100010 | 10111100 | 10110011 | 1110 | 0 | 101 | 11010 | 10011111 | 10000 | 1000101 |
Color Harmonies of #A2BCB3
Complementary color
Monochromatic Colors of #A2BCB3
Black with #A2BCB3
Text Example
Text Example
White with #A2BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCB3; }
p { color: rgb(162,188,179); }
H1.HeaderClassName
{
color: #A2BCB3;
}
.AnyTagClassName
{
color: #A2BCB3;
}
</style>
background-color css
<style>
a { background-color: #A2BCB3; }
a { background-color: rgb(162,188,179); }
div.DivClassName
{
background-color: #A2BCB3;
}
.BgClassName
{
background-color: #A2BCB3;
}
</style>
border-color css
<style>
span { border-color: #A2BCB3; }
span { border-color: rgb(162,188,179); }
td.TdClassName
{
border-color: #A2BCB3;
}
.TagClassName
{
border-color: #A2BCB3;
}
</style>