Shades of Shadow Green #A2BCB5
Tints of Shadow Green #A2BCB5
RGB
CMYK
RGB Variations
Color information
#A2BCB5 (or 0xA2BCB5) is known color: Shadow Green. HEX triplet: A2, BC and B5. RGB value is (162,188,181). Sum of RGB (Red+Green+Blue) = 162+188+181=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCB5 is #5D434A. Grayscale: #B3B3B3. Windows color (decimal): -6112075 or 11910306. OLE color: 11910306.
HSL color Cylindrical-coordinate representation of color #A2BCB5: hue angle of 163.85º 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 #A2BCB5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 181 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.26 |
| HSL | 163.85º | 0.16% | 0.69% | - |
| HSV(B) | 163.85º | 0.14% | 0.74% | - |
| XYZ | 41.22 | 46.98 | 50.61 | - |
| YUV | 179.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 181 | 0.14 | 0 | 0.04 | 0.26 | 163.85 | 0.16 | 0.69 |
| Hex | A2 | BC | B5 | E | 0 | 4 | 1A | A4 | 10 | 45 |
| Octal | 242 | 274 | 265 | 16 | 0 | 4 | 32 | 244 | 20 | 105 |
| Binary | 10100010 | 10111100 | 10110101 | 1110 | 0 | 100 | 11010 | 10100100 | 10000 | 1000101 |
Color Harmonies of #A2BCB5
Complementary color
Monochromatic Colors of #A2BCB5
Black with #A2BCB5
Text Example
Text Example
White with #A2BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCB5; }
p { color: rgb(162,188,181); }
H1.HeaderClassName
{
color: #A2BCB5;
}
.AnyTagClassName
{
color: #A2BCB5;
}
</style>
background-color css
<style>
a { background-color: #A2BCB5; }
a { background-color: rgb(162,188,181); }
div.DivClassName
{
background-color: #A2BCB5;
}
.BgClassName
{
background-color: #A2BCB5;
}
</style>
border-color css
<style>
span { border-color: #A2BCB5; }
span { border-color: rgb(162,188,181); }
td.TdClassName
{
border-color: #A2BCB5;
}
.TagClassName
{
border-color: #A2BCB5;
}
</style>