Shades of Gossip #9DC882
Tints of Gossip #9DC882
RGB
CMYK
RGB Variations
Color information
#9DC882 (or 0x9DC882) is known color: Gossip. HEX triplet: 9D, C8 and 82. RGB value is (157,200,130). Sum of RGB (Red+Green+Blue) = 157+200+130=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC882 is #62377D. Grayscale: #B3B3B3. Windows color (decimal): -6436734 or 8571037. OLE color: 8571037.
HSL color Cylindrical-coordinate representation of color #9DC882: hue angle of 96.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC882 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 130 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.22 |
| HSL | 96.86º | 0.39% | 0.65% | - |
| HSV(B) | 96.86º | 0.35% | 0.78% | - |
| XYZ | 38.59 | 50.09 | 28.75 | - |
| YUV | 179.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 130 | 0.22 | 0 | 0.35 | 0.22 | 96.86 | 0.39 | 0.65 |
| Hex | 9D | C8 | 82 | 16 | 0 | 23 | 16 | 61 | 27 | 41 |
| Octal | 235 | 310 | 202 | 26 | 0 | 43 | 26 | 141 | 47 | 101 |
| Binary | 10011101 | 11001000 | 10000010 | 10110 | 0 | 100011 | 10110 | 1100001 | 100111 | 1000001 |
Color Harmonies of #9DC882
Complementary color
Monochromatic Colors of #9DC882
Black with #9DC882
Text Example
Text Example
White with #9DC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC882; }
p { color: rgb(157,200,130); }
H1.HeaderClassName
{
color: #9DC882;
}
.AnyTagClassName
{
color: #9DC882;
}
</style>
background-color css
<style>
a { background-color: #9DC882; }
a { background-color: rgb(157,200,130); }
div.DivClassName
{
background-color: #9DC882;
}
.BgClassName
{
background-color: #9DC882;
}
</style>
border-color css
<style>
span { border-color: #9DC882; }
span { border-color: rgb(157,200,130); }
td.TdClassName
{
border-color: #9DC882;
}
.TagClassName
{
border-color: #9DC882;
}
</style>