Shades of Shadow Green #A2BFB5
Tints of Shadow Green #A2BFB5
RGB
CMYK
RGB Variations
Color information
#A2BFB5 (or 0xA2BFB5) is known color: Shadow Green. HEX triplet: A2, BF and B5. RGB value is (162,191,181). Sum of RGB (Red+Green+Blue) = 162+191+181=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFB5 is #5D404A. Grayscale: #B5B5B5. Windows color (decimal): -6111307 or 11911074. OLE color: 11911074.
HSL color Cylindrical-coordinate representation of color #A2BFB5: hue angle of 159.31º 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 #A2BFB5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 191 | 181 | - |
CMYK | 0.15 | 0 | 0.05 | 0.25 |
HSL | 159.31º | 0.18% | 0.69% | - |
HSV(B) | 159.31º | 0.15% | 0.75% | - |
XYZ | 41.87 | 48.28 | 50.83 | - |
YUV | 181.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 191 | 181 | 0.15 | 0 | 0.05 | 0.25 | 159.31 | 0.18 | 0.69 |
Hex | A2 | BF | B5 | F | 0 | 5 | 19 | 9F | 12 | 45 |
Octal | 242 | 277 | 265 | 17 | 0 | 5 | 31 | 237 | 22 | 105 |
Binary | 10100010 | 10111111 | 10110101 | 1111 | 0 | 101 | 11001 | 10011111 | 10010 | 1000101 |
Color Harmonies of #A2BFB5
Complementary color
Monochromatic Colors of #A2BFB5
Black with #A2BFB5
Text Example
Text Example
White with #A2BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFB5; }
p { color: rgb(162,191,181); }
H1.HeaderClassName
{
color: #A2BFB5;
}
.AnyTagClassName
{
color: #A2BFB5;
}
</style>
background-color css
<style>
a { background-color: #A2BFB5; }
a { background-color: rgb(162,191,181); }
div.DivClassName
{
background-color: #A2BFB5;
}
.BgClassName
{
background-color: #A2BFB5;
}
</style>
border-color css
<style>
span { border-color: #A2BFB5; }
span { border-color: rgb(162,191,181); }
td.TdClassName
{
border-color: #A2BFB5;
}
.TagClassName
{
border-color: #A2BFB5;
}
</style>