Shades of Shadow Green #A2BCB4
Tints of Shadow Green #A2BCB4
RGB
CMYK
RGB Variations
Color information
#A2BCB4 (or 0xA2BCB4) is known color: Shadow Green. HEX triplet: A2, BC and B4. RGB value is (162,188,180). Sum of RGB (Red+Green+Blue) = 162+188+180=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCB4 is #5D434B. Grayscale: #B3B3B3. Windows color (decimal): -6112076 or 11844770. OLE color: 11844770.
HSL color Cylindrical-coordinate representation of color #A2BCB4: hue angle of 161.54º 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 #A2BCB4 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 180 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.26 |
| HSL | 161.54º | 0.16% | 0.69% | - |
| HSV(B) | 161.54º | 0.14% | 0.74% | - |
| XYZ | 41.12 | 46.94 | 50.07 | - |
| YUV | 179.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 180 | 0.14 | 0 | 0.04 | 0.26 | 161.54 | 0.16 | 0.69 |
| Hex | A2 | BC | B4 | E | 0 | 4 | 1A | A2 | 10 | 45 |
| Octal | 242 | 274 | 264 | 16 | 0 | 4 | 32 | 242 | 20 | 105 |
| Binary | 10100010 | 10111100 | 10110100 | 1110 | 0 | 100 | 11010 | 10100010 | 10000 | 1000101 |
Color Harmonies of #A2BCB4
Complementary color
Monochromatic Colors of #A2BCB4
Black with #A2BCB4
Text Example
Text Example
White with #A2BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCB4; }
p { color: rgb(162,188,180); }
H1.HeaderClassName
{
color: #A2BCB4;
}
.AnyTagClassName
{
color: #A2BCB4;
}
</style>
background-color css
<style>
a { background-color: #A2BCB4; }
a { background-color: rgb(162,188,180); }
div.DivClassName
{
background-color: #A2BCB4;
}
.BgClassName
{
background-color: #A2BCB4;
}
</style>
border-color css
<style>
span { border-color: #A2BCB4; }
span { border-color: rgb(162,188,180); }
td.TdClassName
{
border-color: #A2BCB4;
}
.TagClassName
{
border-color: #A2BCB4;
}
</style>