Shades of Shadow Green #A2B9B2
Tints of Shadow Green #A2B9B2
RGB
CMYK
RGB Variations
Color information
#A2B9B2 (or 0xA2B9B2) is known color: Shadow Green. HEX triplet: A2, B9 and B2. RGB value is (162,185,178). Sum of RGB (Red+Green+Blue) = 162+185+178=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9B2 is #5D464D. Grayscale: #B1B1B1. Windows color (decimal): -6112846 or 11712930. OLE color: 11712930.
HSL color Cylindrical-coordinate representation of color #A2B9B2: hue angle of 161.74º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B9B2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 185 | 178 | - |
CMYK | 0.12 | 0 | 0.04 | 0.27 |
HSL | 161.74º | 0.14% | 0.68% | - |
HSV(B) | 161.74º | 0.12% | 0.73% | - |
XYZ | 40.29 | 45.59 | 48.8 | - |
YUV | 177.33 | 128.38 | 117.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 185 | 178 | 0.12 | 0 | 0.04 | 0.27 | 161.74 | 0.14 | 0.68 |
Hex | A2 | B9 | B2 | C | 0 | 4 | 1B | A2 | E | 44 |
Octal | 242 | 271 | 262 | 14 | 0 | 4 | 33 | 242 | 16 | 104 |
Binary | 10100010 | 10111001 | 10110010 | 1100 | 0 | 100 | 11011 | 10100010 | 1110 | 1000100 |
Color Harmonies of #A2B9B2
Complementary color
Monochromatic Colors of #A2B9B2
Black with #A2B9B2
Text Example
Text Example
White with #A2B9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B9B2; }
p { color: rgb(162,185,178); }
H1.HeaderClassName
{
color: #A2B9B2;
}
.AnyTagClassName
{
color: #A2B9B2;
}
</style>
background-color css
<style>
a { background-color: #A2B9B2; }
a { background-color: rgb(162,185,178); }
div.DivClassName
{
background-color: #A2B9B2;
}
.BgClassName
{
background-color: #A2B9B2;
}
</style>
border-color css
<style>
span { border-color: #A2B9B2; }
span { border-color: rgb(162,185,178); }
td.TdClassName
{
border-color: #A2B9B2;
}
.TagClassName
{
border-color: #A2B9B2;
}
</style>