Shades of Shadow Green #A2BDB8
Tints of Shadow Green #A2BDB8
RGB
CMYK
RGB Variations
Color information
#A2BDB8 (or 0xA2BDB8) is known color: Shadow Green. HEX triplet: A2, BD and B8. RGB value is (162,189,184). Sum of RGB (Red+Green+Blue) = 162+189+184=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDB8 is #5D4247. Grayscale: #B4B4B4. Windows color (decimal): -6111816 or 12107170. OLE color: 12107170.
HSL color Cylindrical-coordinate representation of color #A2BDB8: hue angle of 168.89º degrees, saturation: 0.17, 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 #A2BDB8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 162 | 189 | 184 | - |
CMYK | 0.14 | 0 | 0.03 | 0.26 |
HSL | 168.89º | 0.17% | 0.69% | - |
HSV(B) | 168.89º | 0.14% | 0.74% | - |
XYZ | 41.75 | 47.54 | 52.32 | - |
YUV | 180.36 | 130.05 | 114.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 189 | 184 | 0.14 | 0 | 0.03 | 0.26 | 168.89 | 0.17 | 0.69 |
Hex | A2 | BD | B8 | E | 0 | 3 | 1A | A9 | 11 | 45 |
Octal | 242 | 275 | 270 | 16 | 0 | 3 | 32 | 251 | 21 | 105 |
Binary | 10100010 | 10111101 | 10111000 | 1110 | 0 | 11 | 11010 | 10101001 | 10001 | 1000101 |
Color Harmonies of #A2BDB8
Complementary color
Monochromatic Colors of #A2BDB8
Black with #A2BDB8
Text Example
Text Example
White with #A2BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDB8; }
p { color: rgb(162,189,184); }
H1.HeaderClassName
{
color: #A2BDB8;
}
.AnyTagClassName
{
color: #A2BDB8;
}
</style>
background-color css
<style>
a { background-color: #A2BDB8; }
a { background-color: rgb(162,189,184); }
div.DivClassName
{
background-color: #A2BDB8;
}
.BgClassName
{
background-color: #A2BDB8;
}
</style>
border-color css
<style>
span { border-color: #A2BDB8; }
span { border-color: rgb(162,189,184); }
td.TdClassName
{
border-color: #A2BDB8;
}
.TagClassName
{
border-color: #A2BDB8;
}
</style>