Shades of Shadow Green #A0BCB6
Tints of Shadow Green #A0BCB6
RGB
CMYK
RGB Variations
Color information
#A0BCB6 (or 0xA0BCB6) is known color: Shadow Green. HEX triplet: A0, BC and B6. RGB value is (160,188,182). Sum of RGB (Red+Green+Blue) = 160+188+182=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCB6 is #5F4349. Grayscale: #B2B2B2. Windows color (decimal): -6243146 or 11975840. OLE color: 11975840.
HSL color Cylindrical-coordinate representation of color #A0BCB6: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCB6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 182 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.26 |
| HSL | 167.14º | 0.17% | 0.68% | - |
| HSV(B) | 167.14º | 0.15% | 0.74% | - |
| XYZ | 40.92 | 46.82 | 51.14 | - |
| YUV | 178.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 182 | 0.15 | 0 | 0.03 | 0.26 | 167.14 | 0.17 | 0.68 |
| Hex | A0 | BC | B6 | F | 0 | 3 | 1A | A7 | 11 | 44 |
| Octal | 240 | 274 | 266 | 17 | 0 | 3 | 32 | 247 | 21 | 104 |
| Binary | 10100000 | 10111100 | 10110110 | 1111 | 0 | 11 | 11010 | 10100111 | 10001 | 1000100 |
Color Harmonies of #A0BCB6
Complementary color
Monochromatic Colors of #A0BCB6
Black with #A0BCB6
Text Example
Text Example
White with #A0BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCB6; }
p { color: rgb(160,188,182); }
H1.HeaderClassName
{
color: #A0BCB6;
}
.AnyTagClassName
{
color: #A0BCB6;
}
</style>
background-color css
<style>
a { background-color: #A0BCB6; }
a { background-color: rgb(160,188,182); }
div.DivClassName
{
background-color: #A0BCB6;
}
.BgClassName
{
background-color: #A0BCB6;
}
</style>
border-color css
<style>
span { border-color: #A0BCB6; }
span { border-color: rgb(160,188,182); }
td.TdClassName
{
border-color: #A0BCB6;
}
.TagClassName
{
border-color: #A0BCB6;
}
</style>