Shades of Shadow Green #A3BDB4
Tints of Shadow Green #A3BDB4
RGB
CMYK
RGB Variations
Color information
#A3BDB4 (or 0xA3BDB4) is known color: Shadow Green. HEX triplet: A3, BD and B4. RGB value is (163,189,180). Sum of RGB (Red+Green+Blue) = 163+189+180=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDB4 is #5C424B. Grayscale: #B4B4B4. Windows color (decimal): -6046284 or 11845027. OLE color: 11845027.
HSL color Cylindrical-coordinate representation of color #A3BDB4: hue angle of 159.23º 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 #A3BDB4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 180 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.26 |
| HSL | 159.23º | 0.16% | 0.69% | - |
| HSV(B) | 159.23º | 0.14% | 0.74% | - |
| XYZ | 41.54 | 47.48 | 50.15 | - |
| YUV | 180.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 180 | 0.14 | 0 | 0.05 | 0.26 | 159.23 | 0.16 | 0.69 |
| Hex | A3 | BD | B4 | E | 0 | 5 | 1A | 9F | 10 | 45 |
| Octal | 243 | 275 | 264 | 16 | 0 | 5 | 32 | 237 | 20 | 105 |
| Binary | 10100011 | 10111101 | 10110100 | 1110 | 0 | 101 | 11010 | 10011111 | 10000 | 1000101 |
Color Harmonies of #A3BDB4
Complementary color
Monochromatic Colors of #A3BDB4
Black with #A3BDB4
Text Example
Text Example
White with #A3BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDB4; }
p { color: rgb(163,189,180); }
H1.HeaderClassName
{
color: #A3BDB4;
}
.AnyTagClassName
{
color: #A3BDB4;
}
</style>
background-color css
<style>
a { background-color: #A3BDB4; }
a { background-color: rgb(163,189,180); }
div.DivClassName
{
background-color: #A3BDB4;
}
.BgClassName
{
background-color: #A3BDB4;
}
</style>
border-color css
<style>
span { border-color: #A3BDB4; }
span { border-color: rgb(163,189,180); }
td.TdClassName
{
border-color: #A3BDB4;
}
.TagClassName
{
border-color: #A3BDB4;
}
</style>