Shades of Gossip #9DC485
Tints of Gossip #9DC485
RGB
CMYK
RGB Variations
Color information
#9DC485 (or 0x9DC485) is known color: Gossip. HEX triplet: 9D, C4 and 85. RGB value is (157,196,133). Sum of RGB (Red+Green+Blue) = 157+196+133=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC485 is #623B7A. Grayscale: #B1B1B1. Windows color (decimal): -6437755 or 8766621. OLE color: 8766621.
HSL color Cylindrical-coordinate representation of color #9DC485: hue angle of 97.14º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DC485 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 133 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.23 |
| HSL | 97.14º | 0.35% | 0.65% | - |
| HSV(B) | 97.14º | 0.32% | 0.77% | - |
| XYZ | 37.88 | 48.34 | 29.52 | - |
| YUV | 177.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 133 | 0.20 | 0 | 0.32 | 0.23 | 97.14 | 0.35 | 0.65 |
| Hex | 9D | C4 | 85 | 14 | 0 | 20 | 17 | 61 | 23 | 41 |
| Octal | 235 | 304 | 205 | 24 | 0 | 40 | 27 | 141 | 43 | 101 |
| Binary | 10011101 | 11000100 | 10000101 | 10100 | 0 | 100000 | 10111 | 1100001 | 100011 | 1000001 |
Color Harmonies of #9DC485
Complementary color
Monochromatic Colors of #9DC485
Black with #9DC485
Text Example
Text Example
White with #9DC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC485; }
p { color: rgb(157,196,133); }
H1.HeaderClassName
{
color: #9DC485;
}
.AnyTagClassName
{
color: #9DC485;
}
</style>
background-color css
<style>
a { background-color: #9DC485; }
a { background-color: rgb(157,196,133); }
div.DivClassName
{
background-color: #9DC485;
}
.BgClassName
{
background-color: #9DC485;
}
</style>
border-color css
<style>
span { border-color: #9DC485; }
span { border-color: rgb(157,196,133); }
td.TdClassName
{
border-color: #9DC485;
}
.TagClassName
{
border-color: #9DC485;
}
</style>