Shades of Gossip #9DC588
Tints of Gossip #9DC588
RGB
CMYK
RGB Variations
Color information
#9DC588 (or 0x9DC588) is known color: Gossip. HEX triplet: 9D, C5 and 88. RGB value is (157,197,136). Sum of RGB (Red+Green+Blue) = 157+197+136=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC588 is #623A77. Grayscale: #B2B2B2. Windows color (decimal): -6437496 or 8963485. OLE color: 8963485.
HSL color Cylindrical-coordinate representation of color #9DC588: hue angle of 99.34º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DC588 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 136 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.23 |
| HSL | 99.34º | 0.34% | 0.65% | - |
| HSV(B) | 99.34º | 0.31% | 0.77% | - |
| XYZ | 38.31 | 48.88 | 30.71 | - |
| YUV | 178.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 136 | 0.20 | 0 | 0.31 | 0.23 | 99.34 | 0.34 | 0.65 |
| Hex | 9D | C5 | 88 | 14 | 0 | 1F | 17 | 63 | 22 | 41 |
| Octal | 235 | 305 | 210 | 24 | 0 | 37 | 27 | 143 | 42 | 101 |
| Binary | 10011101 | 11000101 | 10001000 | 10100 | 0 | 11111 | 10111 | 1100011 | 100010 | 1000001 |
Color Harmonies of #9DC588
Complementary color
Monochromatic Colors of #9DC588
Black with #9DC588
Text Example
Text Example
White with #9DC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC588; }
p { color: rgb(157,197,136); }
H1.HeaderClassName
{
color: #9DC588;
}
.AnyTagClassName
{
color: #9DC588;
}
</style>
background-color css
<style>
a { background-color: #9DC588; }
a { background-color: rgb(157,197,136); }
div.DivClassName
{
background-color: #9DC588;
}
.BgClassName
{
background-color: #9DC588;
}
</style>
border-color css
<style>
span { border-color: #9DC588; }
span { border-color: rgb(157,197,136); }
td.TdClassName
{
border-color: #9DC588;
}
.TagClassName
{
border-color: #9DC588;
}
</style>