Shades of Gossip #9DC487
Tints of Gossip #9DC487
RGB
CMYK
RGB Variations
Color information
#9DC487 (or 0x9DC487) is known color: Gossip. HEX triplet: 9D, C4 and 87. RGB value is (157,196,135). Sum of RGB (Red+Green+Blue) = 157+196+135=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC487 is #623B78. Grayscale: #B1B1B1. Windows color (decimal): -6437753 or 8897693. OLE color: 8897693.
HSL color Cylindrical-coordinate representation of color #9DC487: hue angle of 98.36º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DC487 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 135 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.23 |
| HSL | 98.36º | 0.34% | 0.65% | - |
| HSV(B) | 98.36º | 0.31% | 0.77% | - |
| XYZ | 38.02 | 48.4 | 30.26 | - |
| YUV | 177.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 135 | 0.20 | 0 | 0.31 | 0.23 | 98.36 | 0.34 | 0.65 |
| Hex | 9D | C4 | 87 | 14 | 0 | 1F | 17 | 62 | 22 | 41 |
| Octal | 235 | 304 | 207 | 24 | 0 | 37 | 27 | 142 | 42 | 101 |
| Binary | 10011101 | 11000100 | 10000111 | 10100 | 0 | 11111 | 10111 | 1100010 | 100010 | 1000001 |
Color Harmonies of #9DC487
Complementary color
Monochromatic Colors of #9DC487
Black with #9DC487
Text Example
Text Example
White with #9DC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC487; }
p { color: rgb(157,196,135); }
H1.HeaderClassName
{
color: #9DC487;
}
.AnyTagClassName
{
color: #9DC487;
}
</style>
background-color css
<style>
a { background-color: #9DC487; }
a { background-color: rgb(157,196,135); }
div.DivClassName
{
background-color: #9DC487;
}
.BgClassName
{
background-color: #9DC487;
}
</style>
border-color css
<style>
span { border-color: #9DC487; }
span { border-color: rgb(157,196,135); }
td.TdClassName
{
border-color: #9DC487;
}
.TagClassName
{
border-color: #9DC487;
}
</style>