Shades of Shadow Green #9ABCB6
Tints of Shadow Green #9ABCB6
RGB
CMYK
RGB Variations
Color information
#9ABCB6 (or 0x9ABCB6) is known color: Shadow Green. HEX triplet: 9A, BC and B6. RGB value is (154,188,182). Sum of RGB (Red+Green+Blue) = 154+188+182=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCB6 is #654349. Grayscale: #B1B1B1. Windows color (decimal): -6636362 or 11975834. OLE color: 11975834.
HSL color Cylindrical-coordinate representation of color #9ABCB6: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABCB6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 182 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.26 |
| HSL | 169.41º | 0.2% | 0.67% | - |
| HSV(B) | 169.41º | 0.18% | 0.74% | - |
| XYZ | 39.75 | 46.21 | 51.08 | - |
| YUV | 177.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 182 | 0.18 | 0 | 0.03 | 0.26 | 169.41 | 0.2 | 0.67 |
| Hex | 9A | BC | B6 | 12 | 0 | 3 | 1A | A9 | 14 | 43 |
| Octal | 232 | 274 | 266 | 22 | 0 | 3 | 32 | 251 | 24 | 103 |
| Binary | 10011010 | 10111100 | 10110110 | 10010 | 0 | 11 | 11010 | 10101001 | 10100 | 1000011 |
Color Harmonies of #9ABCB6
Complementary color
Monochromatic Colors of #9ABCB6
Black with #9ABCB6
Text Example
Text Example
White with #9ABCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCB6; }
p { color: rgb(154,188,182); }
H1.HeaderClassName
{
color: #9ABCB6;
}
.AnyTagClassName
{
color: #9ABCB6;
}
</style>
background-color css
<style>
a { background-color: #9ABCB6; }
a { background-color: rgb(154,188,182); }
div.DivClassName
{
background-color: #9ABCB6;
}
.BgClassName
{
background-color: #9ABCB6;
}
</style>
border-color css
<style>
span { border-color: #9ABCB6; }
span { border-color: rgb(154,188,182); }
td.TdClassName
{
border-color: #9ABCB6;
}
.TagClassName
{
border-color: #9ABCB6;
}
</style>