Shades of Gossip #9DC885
Tints of Gossip #9DC885
RGB
CMYK
RGB Variations
Color information
#9DC885 (or 0x9DC885) is known color: Gossip. HEX triplet: 9D, C8 and 85. RGB value is (157,200,133). Sum of RGB (Red+Green+Blue) = 157+200+133=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC885 is #62377A. Grayscale: #B3B3B3. Windows color (decimal): -6436731 or 8767645. OLE color: 8767645.
HSL color Cylindrical-coordinate representation of color #9DC885: hue angle of 98.51º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC885 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 133 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.22 |
| HSL | 98.51º | 0.38% | 0.65% | - |
| HSV(B) | 98.51º | 0.34% | 0.78% | - |
| XYZ | 38.79 | 50.17 | 29.83 | - |
| YUV | 179.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 133 | 0.22 | 0 | 0.34 | 0.22 | 98.51 | 0.38 | 0.65 |
| Hex | 9D | C8 | 85 | 16 | 0 | 22 | 16 | 63 | 26 | 41 |
| Octal | 235 | 310 | 205 | 26 | 0 | 42 | 26 | 143 | 46 | 101 |
| Binary | 10011101 | 11001000 | 10000101 | 10110 | 0 | 100010 | 10110 | 1100011 | 100110 | 1000001 |
Color Harmonies of #9DC885
Complementary color
Monochromatic Colors of #9DC885
Black with #9DC885
Text Example
Text Example
White with #9DC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC885; }
p { color: rgb(157,200,133); }
H1.HeaderClassName
{
color: #9DC885;
}
.AnyTagClassName
{
color: #9DC885;
}
</style>
background-color css
<style>
a { background-color: #9DC885; }
a { background-color: rgb(157,200,133); }
div.DivClassName
{
background-color: #9DC885;
}
.BgClassName
{
background-color: #9DC885;
}
</style>
border-color css
<style>
span { border-color: #9DC885; }
span { border-color: rgb(157,200,133); }
td.TdClassName
{
border-color: #9DC885;
}
.TagClassName
{
border-color: #9DC885;
}
</style>