Shades of Gossip #9DC98B
Tints of Gossip #9DC98B
RGB
CMYK
RGB Variations
Color information
#9DC98B (or 0x9DC98B) is known color: Gossip. HEX triplet: 9D, C9 and 8B. RGB value is (157,201,139). Sum of RGB (Red+Green+Blue) = 157+201+139=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC98B is #623674. Grayscale: #B4B4B4. Windows color (decimal): -6436469 or 9161117. OLE color: 9161117.
HSL color Cylindrical-coordinate representation of color #9DC98B: hue angle of 102.58º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DC98B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 139 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.21 |
| HSL | 102.58º | 0.36% | 0.67% | - |
| HSV(B) | 102.58º | 0.31% | 0.79% | - |
| XYZ | 39.45 | 50.81 | 32.15 | - |
| YUV | 180.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 139 | 0.22 | 0 | 0.31 | 0.21 | 102.58 | 0.36 | 0.67 |
| Hex | 9D | C9 | 8B | 16 | 0 | 1F | 15 | 67 | 24 | 43 |
| Octal | 235 | 311 | 213 | 26 | 0 | 37 | 25 | 147 | 44 | 103 |
| Binary | 10011101 | 11001001 | 10001011 | 10110 | 0 | 11111 | 10101 | 1100111 | 100100 | 1000011 |
Color Harmonies of #9DC98B
Complementary color
Monochromatic Colors of #9DC98B
Black with #9DC98B
Text Example
Text Example
White with #9DC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC98B; }
p { color: rgb(157,201,139); }
H1.HeaderClassName
{
color: #9DC98B;
}
.AnyTagClassName
{
color: #9DC98B;
}
</style>
background-color css
<style>
a { background-color: #9DC98B; }
a { background-color: rgb(157,201,139); }
div.DivClassName
{
background-color: #9DC98B;
}
.BgClassName
{
background-color: #9DC98B;
}
</style>
border-color css
<style>
span { border-color: #9DC98B; }
span { border-color: rgb(157,201,139); }
td.TdClassName
{
border-color: #9DC98B;
}
.TagClassName
{
border-color: #9DC98B;
}
</style>