Shades of Shadow Green #A1BDB7
Tints of Shadow Green #A1BDB7
RGB
CMYK
RGB Variations
Color information
#A1BDB7 (or 0xA1BDB7) is known color: Shadow Green. HEX triplet: A1, BD and B7. RGB value is (161,189,183). Sum of RGB (Red+Green+Blue) = 161+189+183=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDB7 is #5E4248. Grayscale: #B3B3B3. Windows color (decimal): -6177353 or 12041633. OLE color: 12041633.
HSL color Cylindrical-coordinate representation of color #A1BDB7: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDB7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 183 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.26 |
| HSL | 167.14º | 0.18% | 0.69% | - |
| HSV(B) | 167.14º | 0.15% | 0.74% | - |
| XYZ | 41.44 | 47.39 | 51.76 | - |
| YUV | 179.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 183 | 0.15 | 0 | 0.03 | 0.26 | 167.14 | 0.18 | 0.69 |
| Hex | A1 | BD | B7 | F | 0 | 3 | 1A | A7 | 12 | 45 |
| Octal | 241 | 275 | 267 | 17 | 0 | 3 | 32 | 247 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10110111 | 1111 | 0 | 11 | 11010 | 10100111 | 10010 | 1000101 |
Color Harmonies of #A1BDB7
Complementary color
Monochromatic Colors of #A1BDB7
Black with #A1BDB7
Text Example
Text Example
White with #A1BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDB7; }
p { color: rgb(161,189,183); }
H1.HeaderClassName
{
color: #A1BDB7;
}
.AnyTagClassName
{
color: #A1BDB7;
}
</style>
background-color css
<style>
a { background-color: #A1BDB7; }
a { background-color: rgb(161,189,183); }
div.DivClassName
{
background-color: #A1BDB7;
}
.BgClassName
{
background-color: #A1BDB7;
}
</style>
border-color css
<style>
span { border-color: #A1BDB7; }
span { border-color: rgb(161,189,183); }
td.TdClassName
{
border-color: #A1BDB7;
}
.TagClassName
{
border-color: #A1BDB7;
}
</style>