Shades of Gossip #9DD286
Tints of Gossip #9DD286
RGB
CMYK
RGB Variations
Color information
#9DD286 (or 0x9DD286) is known color: Gossip. HEX triplet: 9D, D2 and 86. RGB value is (157,210,134). Sum of RGB (Red+Green+Blue) = 157+210+134=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD286 is #622D79. Grayscale: #B9B9B9. Windows color (decimal): -6434170 or 8835741. OLE color: 8835741.
HSL color Cylindrical-coordinate representation of color #9DD286: hue angle of 101.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD286 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 134 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.18 |
| HSL | 101.84º | 0.46% | 0.67% | - |
| HSV(B) | 101.84º | 0.36% | 0.82% | - |
| XYZ | 41.25 | 54.98 | 30.99 | - |
| YUV | 185.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 134 | 0.25 | 0 | 0.36 | 0.18 | 101.84 | 0.46 | 0.67 |
| Hex | 9D | D2 | 86 | 19 | 0 | 24 | 12 | 66 | 2E | 43 |
| Octal | 235 | 322 | 206 | 31 | 0 | 44 | 22 | 146 | 56 | 103 |
| Binary | 10011101 | 11010010 | 10000110 | 11001 | 0 | 100100 | 10010 | 1100110 | 101110 | 1000011 |
Color Harmonies of #9DD286
Complementary color
Monochromatic Colors of #9DD286
Black with #9DD286
Text Example
Text Example
White with #9DD286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD286; }
p { color: rgb(157,210,134); }
H1.HeaderClassName
{
color: #9DD286;
}
.AnyTagClassName
{
color: #9DD286;
}
</style>
background-color css
<style>
a { background-color: #9DD286; }
a { background-color: rgb(157,210,134); }
div.DivClassName
{
background-color: #9DD286;
}
.BgClassName
{
background-color: #9DD286;
}
</style>
border-color css
<style>
span { border-color: #9DD286; }
span { border-color: rgb(157,210,134); }
td.TdClassName
{
border-color: #9DD286;
}
.TagClassName
{
border-color: #9DD286;
}
</style>