Shades of Shadow Green #A0BCB2
Tints of Shadow Green #A0BCB2
RGB
CMYK
RGB Variations
Color information
#A0BCB2 (or 0xA0BCB2) is known color: Shadow Green. HEX triplet: A0, BC and B2. RGB value is (160,188,178). Sum of RGB (Red+Green+Blue) = 160+188+178=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCB2 is #5F434D. Grayscale: #B2B2B2. Windows color (decimal): -6243150 or 11713696. OLE color: 11713696.
HSL color Cylindrical-coordinate representation of color #A0BCB2: hue angle of 158.57º 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 #A0BCB2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 178 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.26 |
| HSL | 158.57º | 0.17% | 0.68% | - |
| HSV(B) | 158.57º | 0.15% | 0.74% | - |
| XYZ | 40.52 | 46.65 | 48.99 | - |
| YUV | 178.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 178 | 0.15 | 0 | 0.05 | 0.26 | 158.57 | 0.17 | 0.68 |
| Hex | A0 | BC | B2 | F | 0 | 5 | 1A | 9F | 11 | 44 |
| Octal | 240 | 274 | 262 | 17 | 0 | 5 | 32 | 237 | 21 | 104 |
| Binary | 10100000 | 10111100 | 10110010 | 1111 | 0 | 101 | 11010 | 10011111 | 10001 | 1000100 |
Color Harmonies of #A0BCB2
Complementary color
Monochromatic Colors of #A0BCB2
Black with #A0BCB2
Text Example
Text Example
White with #A0BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCB2; }
p { color: rgb(160,188,178); }
H1.HeaderClassName
{
color: #A0BCB2;
}
.AnyTagClassName
{
color: #A0BCB2;
}
</style>
background-color css
<style>
a { background-color: #A0BCB2; }
a { background-color: rgb(160,188,178); }
div.DivClassName
{
background-color: #A0BCB2;
}
.BgClassName
{
background-color: #A0BCB2;
}
</style>
border-color css
<style>
span { border-color: #A0BCB2; }
span { border-color: rgb(160,188,178); }
td.TdClassName
{
border-color: #A0BCB2;
}
.TagClassName
{
border-color: #A0BCB2;
}
</style>