Shades of Shadow Green #A1BDB6
Tints of Shadow Green #A1BDB6
RGB
CMYK
RGB Variations
Color information
#A1BDB6 (or 0xA1BDB6) is known color: Shadow Green. HEX triplet: A1, BD and B6. RGB value is (161,189,182). Sum of RGB (Red+Green+Blue) = 161+189+182=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDB6 is #5E4249. Grayscale: #B3B3B3. Windows color (decimal): -6177354 or 11976097. OLE color: 11976097.
HSL color Cylindrical-coordinate representation of color #A1BDB6: hue angle of 165º 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 #A1BDB6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 161 | 189 | 182 | - |
CMYK | 0.15 | 0 | 0.04 | 0.26 |
HSL | 165º | 0.18% | 0.69% | - |
HSV(B) | 165º | 0.15% | 0.74% | - |
XYZ | 41.34 | 47.35 | 51.22 | - |
YUV | 179.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 189 | 182 | 0.15 | 0 | 0.04 | 0.26 | 165 | 0.18 | 0.69 |
Hex | A1 | BD | B6 | F | 0 | 4 | 1A | A5 | 12 | 45 |
Octal | 241 | 275 | 266 | 17 | 0 | 4 | 32 | 245 | 22 | 105 |
Binary | 10100001 | 10111101 | 10110110 | 1111 | 0 | 100 | 11010 | 10100101 | 10010 | 1000101 |
Color Harmonies of #A1BDB6
Complementary color
Monochromatic Colors of #A1BDB6
Black with #A1BDB6
Text Example
Text Example
White with #A1BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDB6; }
p { color: rgb(161,189,182); }
H1.HeaderClassName
{
color: #A1BDB6;
}
.AnyTagClassName
{
color: #A1BDB6;
}
</style>
background-color css
<style>
a { background-color: #A1BDB6; }
a { background-color: rgb(161,189,182); }
div.DivClassName
{
background-color: #A1BDB6;
}
.BgClassName
{
background-color: #A1BDB6;
}
</style>
border-color css
<style>
span { border-color: #A1BDB6; }
span { border-color: rgb(161,189,182); }
td.TdClassName
{
border-color: #A1BDB6;
}
.TagClassName
{
border-color: #A1BDB6;
}
</style>