Shades of Gossip #9DD189
Tints of Gossip #9DD189
RGB
CMYK
RGB Variations
Color information
#9DD189 (or 0x9DD189) is known color: Gossip. HEX triplet: 9D, D1 and 89. RGB value is (157,209,137). Sum of RGB (Red+Green+Blue) = 157+209+137=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD189 is #622E76. Grayscale: #B9B9B9. Windows color (decimal): -6434423 or 9032093. OLE color: 9032093.
HSL color Cylindrical-coordinate representation of color #9DD189: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD189 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 137 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.18 |
| HSL | 103.33º | 0.44% | 0.68% | - |
| HSV(B) | 103.33º | 0.34% | 0.82% | - |
| XYZ | 41.22 | 54.58 | 32.03 | - |
| YUV | 185.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 137 | 0.25 | 0 | 0.34 | 0.18 | 103.33 | 0.44 | 0.68 |
| Hex | 9D | D1 | 89 | 19 | 0 | 22 | 12 | 67 | 2C | 44 |
| Octal | 235 | 321 | 211 | 31 | 0 | 42 | 22 | 147 | 54 | 104 |
| Binary | 10011101 | 11010001 | 10001001 | 11001 | 0 | 100010 | 10010 | 1100111 | 101100 | 1000100 |
Color Harmonies of #9DD189
Complementary color
Monochromatic Colors of #9DD189
Black with #9DD189
Text Example
Text Example
White with #9DD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD189; }
p { color: rgb(157,209,137); }
H1.HeaderClassName
{
color: #9DD189;
}
.AnyTagClassName
{
color: #9DD189;
}
</style>
background-color css
<style>
a { background-color: #9DD189; }
a { background-color: rgb(157,209,137); }
div.DivClassName
{
background-color: #9DD189;
}
.BgClassName
{
background-color: #9DD189;
}
</style>
border-color css
<style>
span { border-color: #9DD189; }
span { border-color: rgb(157,209,137); }
td.TdClassName
{
border-color: #9DD189;
}
.TagClassName
{
border-color: #9DD189;
}
</style>