Shades of Shadow Green #9ABCB7
Tints of Shadow Green #9ABCB7
RGB
CMYK
RGB Variations
Color information
#9ABCB7 (or 0x9ABCB7) is known color: Shadow Green. HEX triplet: 9A, BC and B7. RGB value is (154,188,183). Sum of RGB (Red+Green+Blue) = 154+188+183=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCB7 is #654348. Grayscale: #B1B1B1. Windows color (decimal): -6636361 or 12041370. OLE color: 12041370.
HSL color Cylindrical-coordinate representation of color #9ABCB7: hue angle of 171.18º 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 #9ABCB7 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 183 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.26 |
| HSL | 171.18º | 0.2% | 0.67% | - |
| HSV(B) | 171.18º | 0.18% | 0.74% | - |
| XYZ | 39.86 | 46.26 | 51.63 | - |
| YUV | 177.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 183 | 0.18 | 0 | 0.03 | 0.26 | 171.18 | 0.2 | 0.67 |
| Hex | 9A | BC | B7 | 12 | 0 | 3 | 1A | AB | 14 | 43 |
| Octal | 232 | 274 | 267 | 22 | 0 | 3 | 32 | 253 | 24 | 103 |
| Binary | 10011010 | 10111100 | 10110111 | 10010 | 0 | 11 | 11010 | 10101011 | 10100 | 1000011 |
Color Harmonies of #9ABCB7
Complementary color
Monochromatic Colors of #9ABCB7
Black with #9ABCB7
Text Example
Text Example
White with #9ABCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCB7; }
p { color: rgb(154,188,183); }
H1.HeaderClassName
{
color: #9ABCB7;
}
.AnyTagClassName
{
color: #9ABCB7;
}
</style>
background-color css
<style>
a { background-color: #9ABCB7; }
a { background-color: rgb(154,188,183); }
div.DivClassName
{
background-color: #9ABCB7;
}
.BgClassName
{
background-color: #9ABCB7;
}
</style>
border-color css
<style>
span { border-color: #9ABCB7; }
span { border-color: rgb(154,188,183); }
td.TdClassName
{
border-color: #9ABCB7;
}
.TagClassName
{
border-color: #9ABCB7;
}
</style>