Shades of Gossip #9DDB88
Tints of Gossip #9DDB88
RGB
CMYK
RGB Variations
Color information
#9DDB88 (or 0x9DDB88) is known color: Gossip. HEX triplet: 9D, DB and 88. RGB value is (157,219,136). Sum of RGB (Red+Green+Blue) = 157+219+136=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB88 is #622477. Grayscale: #BFBFBF. Windows color (decimal): -6431864 or 8969117. OLE color: 8969117.
HSL color Cylindrical-coordinate representation of color #9DDB88: hue angle of 104.82º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDB88 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 136 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.14 |
| HSL | 104.82º | 0.54% | 0.7% | - |
| HSV(B) | 104.82º | 0.38% | 0.86% | - |
| XYZ | 43.68 | 59.61 | 32.5 | - |
| YUV | 191 | 96.96 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 136 | 0.28 | 0 | 0.38 | 0.14 | 104.82 | 0.54 | 0.7 |
| Hex | 9D | DB | 88 | 1C | 0 | 26 | E | 69 | 36 | 46 |
| Octal | 235 | 333 | 210 | 34 | 0 | 46 | 16 | 151 | 66 | 106 |
| Binary | 10011101 | 11011011 | 10001000 | 11100 | 0 | 100110 | 1110 | 1101001 | 110110 | 1000110 |
Color Harmonies of #9DDB88
Complementary color
Monochromatic Colors of #9DDB88
Black with #9DDB88
Text Example
Text Example
White with #9DDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB88; }
p { color: rgb(157,219,136); }
H1.HeaderClassName
{
color: #9DDB88;
}
.AnyTagClassName
{
color: #9DDB88;
}
</style>
background-color css
<style>
a { background-color: #9DDB88; }
a { background-color: rgb(157,219,136); }
div.DivClassName
{
background-color: #9DDB88;
}
.BgClassName
{
background-color: #9DDB88;
}
</style>
border-color css
<style>
span { border-color: #9DDB88; }
span { border-color: rgb(157,219,136); }
td.TdClassName
{
border-color: #9DDB88;
}
.TagClassName
{
border-color: #9DDB88;
}
</style>