Shades of Shadow Green #A3BFB5
Tints of Shadow Green #A3BFB5
RGB
CMYK
RGB Variations
Color information
#A3BFB5 (or 0xA3BFB5) is known color: Shadow Green. HEX triplet: A3, BF and B5. RGB value is (163,191,181). Sum of RGB (Red+Green+Blue) = 163+191+181=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFB5 is #5C404A. Grayscale: #B5B5B5. Windows color (decimal): -6045771 or 11911075. OLE color: 11911075.
HSL color Cylindrical-coordinate representation of color #A3BFB5: hue angle of 158.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFB5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 181 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.25 |
| HSL | 158.57º | 0.18% | 0.69% | - |
| HSV(B) | 158.57º | 0.15% | 0.75% | - |
| XYZ | 42.08 | 48.38 | 50.84 | - |
| YUV | 181.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 181 | 0.15 | 0 | 0.05 | 0.25 | 158.57 | 0.18 | 0.69 |
| Hex | A3 | BF | B5 | F | 0 | 5 | 19 | 9F | 12 | 45 |
| Octal | 243 | 277 | 265 | 17 | 0 | 5 | 31 | 237 | 22 | 105 |
| Binary | 10100011 | 10111111 | 10110101 | 1111 | 0 | 101 | 11001 | 10011111 | 10010 | 1000101 |
Color Harmonies of #A3BFB5
Complementary color
Monochromatic Colors of #A3BFB5
Black with #A3BFB5
Text Example
Text Example
White with #A3BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFB5; }
p { color: rgb(163,191,181); }
H1.HeaderClassName
{
color: #A3BFB5;
}
.AnyTagClassName
{
color: #A3BFB5;
}
</style>
background-color css
<style>
a { background-color: #A3BFB5; }
a { background-color: rgb(163,191,181); }
div.DivClassName
{
background-color: #A3BFB5;
}
.BgClassName
{
background-color: #A3BFB5;
}
</style>
border-color css
<style>
span { border-color: #A3BFB5; }
span { border-color: rgb(163,191,181); }
td.TdClassName
{
border-color: #A3BFB5;
}
.TagClassName
{
border-color: #A3BFB5;
}
</style>