Shades of Gossip #9DC18B
Tints of Gossip #9DC18B
RGB
CMYK
RGB Variations
Color information
#9DC18B (or 0x9DC18B) is known color: Gossip. HEX triplet: 9D, C1 and 8B. RGB value is (157,193,139). Sum of RGB (Red+Green+Blue) = 157+193+139=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC18B is #623E74. Grayscale: #B0B0B0. Windows color (decimal): -6438517 or 9159069. OLE color: 9159069.
HSL color Cylindrical-coordinate representation of color #9DC18B: hue angle of 100º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC18B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 139 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.24 |
| HSL | 100º | 0.3% | 0.65% | - |
| HSV(B) | 100º | 0.28% | 0.76% | - |
| XYZ | 37.63 | 47.17 | 31.55 | - |
| YUV | 176.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 139 | 0.19 | 0 | 0.28 | 0.24 | 100 | 0.3 | 0.65 |
| Hex | 9D | C1 | 8B | 13 | 0 | 1C | 18 | 64 | 1E | 41 |
| Octal | 235 | 301 | 213 | 23 | 0 | 34 | 30 | 144 | 36 | 101 |
| Binary | 10011101 | 11000001 | 10001011 | 10011 | 0 | 11100 | 11000 | 1100100 | 11110 | 1000001 |
Color Harmonies of #9DC18B
Complementary color
Monochromatic Colors of #9DC18B
Black with #9DC18B
Text Example
Text Example
White with #9DC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC18B; }
p { color: rgb(157,193,139); }
H1.HeaderClassName
{
color: #9DC18B;
}
.AnyTagClassName
{
color: #9DC18B;
}
</style>
background-color css
<style>
a { background-color: #9DC18B; }
a { background-color: rgb(157,193,139); }
div.DivClassName
{
background-color: #9DC18B;
}
.BgClassName
{
background-color: #9DC18B;
}
</style>
border-color css
<style>
span { border-color: #9DC18B; }
span { border-color: rgb(157,193,139); }
td.TdClassName
{
border-color: #9DC18B;
}
.TagClassName
{
border-color: #9DC18B;
}
</style>