Shades of Shadow Green #9ABEBD
Tints of Shadow Green #9ABEBD
RGB
CMYK
RGB Variations
Color information
#9ABEBD (or 0x9ABEBD) is known color: Shadow Green. HEX triplet: 9A, BE and BD. RGB value is (154,190,189). Sum of RGB (Red+Green+Blue) = 154+190+189=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEBD is #654142. Grayscale: #B3B3B3. Windows color (decimal): -6635843 or 12435098. OLE color: 12435098.
HSL color Cylindrical-coordinate representation of color #9ABEBD: hue angle of 178.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEBD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 189 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.25 |
| HSL | 178.33º | 0.22% | 0.67% | - |
| HSV(B) | 178.33º | 0.19% | 0.75% | - |
| XYZ | 40.93 | 47.37 | 55.13 | - |
| YUV | 179.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 189 | 0.19 | 0 | 0.01 | 0.25 | 178.33 | 0.22 | 0.67 |
| Hex | 9A | BE | BD | 13 | 0 | 1 | 19 | B2 | 16 | 43 |
| Octal | 232 | 276 | 275 | 23 | 0 | 1 | 31 | 262 | 26 | 103 |
| Binary | 10011010 | 10111110 | 10111101 | 10011 | 0 | 1 | 11001 | 10110010 | 10110 | 1000011 |
Color Harmonies of #9ABEBD
Complementary color
Monochromatic Colors of #9ABEBD
Black with #9ABEBD
Text Example
Text Example
White with #9ABEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEBD; }
p { color: rgb(154,190,189); }
H1.HeaderClassName
{
color: #9ABEBD;
}
.AnyTagClassName
{
color: #9ABEBD;
}
</style>
background-color css
<style>
a { background-color: #9ABEBD; }
a { background-color: rgb(154,190,189); }
div.DivClassName
{
background-color: #9ABEBD;
}
.BgClassName
{
background-color: #9ABEBD;
}
</style>
border-color css
<style>
span { border-color: #9ABEBD; }
span { border-color: rgb(154,190,189); }
td.TdClassName
{
border-color: #9ABEBD;
}
.TagClassName
{
border-color: #9ABEBD;
}
</style>