Shades of Shadow Green #A3BCB5
Tints of Shadow Green #A3BCB5
RGB
CMYK
RGB Variations
Color information
#A3BCB5 (or 0xA3BCB5) is known color: Shadow Green. HEX triplet: A3, BC and B5. RGB value is (163,188,181). Sum of RGB (Red+Green+Blue) = 163+188+181=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCB5 is #5C434A. Grayscale: #B3B3B3. Windows color (decimal): -6046539 or 11910307. OLE color: 11910307.
HSL color Cylindrical-coordinate representation of color #A3BCB5: hue angle of 163.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 181 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.26 |
| HSL | 163.2º | 0.16% | 0.69% | - |
| HSV(B) | 163.2º | 0.13% | 0.74% | - |
| XYZ | 41.43 | 47.09 | 50.62 | - |
| YUV | 179.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 181 | 0.13 | 0 | 0.04 | 0.26 | 163.2 | 0.16 | 0.69 |
| Hex | A3 | BC | B5 | D | 0 | 4 | 1A | A3 | 10 | 45 |
| Octal | 243 | 274 | 265 | 15 | 0 | 4 | 32 | 243 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10110101 | 1101 | 0 | 100 | 11010 | 10100011 | 10000 | 1000101 |
Color Harmonies of #A3BCB5
Complementary color
Monochromatic Colors of #A3BCB5
Black with #A3BCB5
Text Example
Text Example
White with #A3BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCB5; }
p { color: rgb(163,188,181); }
H1.HeaderClassName
{
color: #A3BCB5;
}
.AnyTagClassName
{
color: #A3BCB5;
}
</style>
background-color css
<style>
a { background-color: #A3BCB5; }
a { background-color: rgb(163,188,181); }
div.DivClassName
{
background-color: #A3BCB5;
}
.BgClassName
{
background-color: #A3BCB5;
}
</style>
border-color css
<style>
span { border-color: #A3BCB5; }
span { border-color: rgb(163,188,181); }
td.TdClassName
{
border-color: #A3BCB5;
}
.TagClassName
{
border-color: #A3BCB5;
}
</style>