Shades of Gossip #9DC687
Tints of Gossip #9DC687
RGB
CMYK
RGB Variations
Color information
#9DC687 (or 0x9DC687) is known color: Gossip. HEX triplet: 9D, C6 and 87. RGB value is (157,198,135). Sum of RGB (Red+Green+Blue) = 157+198+135=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC687 is #623978. Grayscale: #B2B2B2. Windows color (decimal): -6437241 or 8898205. OLE color: 8898205.
HSL color Cylindrical-coordinate representation of color #9DC687: hue angle of 99.05º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DC687 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 135 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.22 |
| HSL | 99.05º | 0.36% | 0.65% | - |
| HSV(B) | 99.05º | 0.32% | 0.78% | - |
| XYZ | 38.47 | 49.31 | 30.41 | - |
| YUV | 178.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 135 | 0.21 | 0 | 0.32 | 0.22 | 99.05 | 0.36 | 0.65 |
| Hex | 9D | C6 | 87 | 15 | 0 | 20 | 16 | 63 | 24 | 41 |
| Octal | 235 | 306 | 207 | 25 | 0 | 40 | 26 | 143 | 44 | 101 |
| Binary | 10011101 | 11000110 | 10000111 | 10101 | 0 | 100000 | 10110 | 1100011 | 100100 | 1000001 |
Color Harmonies of #9DC687
Complementary color
Monochromatic Colors of #9DC687
Black with #9DC687
Text Example
Text Example
White with #9DC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC687; }
p { color: rgb(157,198,135); }
H1.HeaderClassName
{
color: #9DC687;
}
.AnyTagClassName
{
color: #9DC687;
}
</style>
background-color css
<style>
a { background-color: #9DC687; }
a { background-color: rgb(157,198,135); }
div.DivClassName
{
background-color: #9DC687;
}
.BgClassName
{
background-color: #9DC687;
}
</style>
border-color css
<style>
span { border-color: #9DC687; }
span { border-color: rgb(157,198,135); }
td.TdClassName
{
border-color: #9DC687;
}
.TagClassName
{
border-color: #9DC687;
}
</style>