Shades of Shadow Green #A3BBB6
Tints of Shadow Green #A3BBB6
RGB
CMYK
RGB Variations
Color information
#A3BBB6 (or 0xA3BBB6) is known color: Shadow Green. HEX triplet: A3, BB and B6. RGB value is (163,187,182). Sum of RGB (Red+Green+Blue) = 163+187+182=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBB6 is #5C4449. Grayscale: #B3B3B3. Windows color (decimal): -6046794 or 11975587. OLE color: 11975587.
HSL color Cylindrical-coordinate representation of color #A3BBB6: hue angle of 167.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBB6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 182 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.27 |
| HSL | 167.5º | 0.15% | 0.69% | - |
| HSV(B) | 167.5º | 0.13% | 0.73% | - |
| XYZ | 41.32 | 46.7 | 51.09 | - |
| YUV | 179.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 182 | 0.13 | 0 | 0.03 | 0.27 | 167.5 | 0.15 | 0.69 |
| Hex | A3 | BB | B6 | D | 0 | 3 | 1B | A8 | F | 45 |
| Octal | 243 | 273 | 266 | 15 | 0 | 3 | 33 | 250 | 17 | 105 |
| Binary | 10100011 | 10111011 | 10110110 | 1101 | 0 | 11 | 11011 | 10101000 | 1111 | 1000101 |
Color Harmonies of #A3BBB6
Complementary color
Monochromatic Colors of #A3BBB6
Black with #A3BBB6
Text Example
Text Example
White with #A3BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBB6; }
p { color: rgb(163,187,182); }
H1.HeaderClassName
{
color: #A3BBB6;
}
.AnyTagClassName
{
color: #A3BBB6;
}
</style>
background-color css
<style>
a { background-color: #A3BBB6; }
a { background-color: rgb(163,187,182); }
div.DivClassName
{
background-color: #A3BBB6;
}
.BgClassName
{
background-color: #A3BBB6;
}
</style>
border-color css
<style>
span { border-color: #A3BBB6; }
span { border-color: rgb(163,187,182); }
td.TdClassName
{
border-color: #A3BBB6;
}
.TagClassName
{
border-color: #A3BBB6;
}
</style>