Shades of Gossip #9DC88C
Tints of Gossip #9DC88C
RGB
CMYK
RGB Variations
Color information
#9DC88C (or 0x9DC88C) is known color: Gossip. HEX triplet: 9D, C8 and 8C. RGB value is (157,200,140). Sum of RGB (Red+Green+Blue) = 157+200+140=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC88C is #623773. Grayscale: #B4B4B4. Windows color (decimal): -6436724 or 9226397. OLE color: 9226397.
HSL color Cylindrical-coordinate representation of color #9DC88C: hue angle of 103º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC88C is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 140 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.22 |
| HSL | 103º | 0.35% | 0.67% | - |
| HSV(B) | 103º | 0.3% | 0.78% | - |
| XYZ | 39.29 | 50.37 | 32.46 | - |
| YUV | 180.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 140 | 0.22 | 0 | 0.3 | 0.22 | 103 | 0.35 | 0.67 |
| Hex | 9D | C8 | 8C | 16 | 0 | 1E | 16 | 67 | 23 | 43 |
| Octal | 235 | 310 | 214 | 26 | 0 | 36 | 26 | 147 | 43 | 103 |
| Binary | 10011101 | 11001000 | 10001100 | 10110 | 0 | 11110 | 10110 | 1100111 | 100011 | 1000011 |
Color Harmonies of #9DC88C
Complementary color
Monochromatic Colors of #9DC88C
Black with #9DC88C
Text Example
Text Example
White with #9DC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC88C; }
p { color: rgb(157,200,140); }
H1.HeaderClassName
{
color: #9DC88C;
}
.AnyTagClassName
{
color: #9DC88C;
}
</style>
background-color css
<style>
a { background-color: #9DC88C; }
a { background-color: rgb(157,200,140); }
div.DivClassName
{
background-color: #9DC88C;
}
.BgClassName
{
background-color: #9DC88C;
}
</style>
border-color css
<style>
span { border-color: #9DC88C; }
span { border-color: rgb(157,200,140); }
td.TdClassName
{
border-color: #9DC88C;
}
.TagClassName
{
border-color: #9DC88C;
}
</style>