Shades of Gossip #9DCD89
Tints of Gossip #9DCD89
RGB
CMYK
RGB Variations
Color information
#9DCD89 (or 0x9DCD89) is known color: Gossip. HEX triplet: 9D, CD and 89. RGB value is (157,205,137). Sum of RGB (Red+Green+Blue) = 157+205+137=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD89 is #623276. Grayscale: #B7B7B7. Windows color (decimal): -6435447 or 9031069. OLE color: 9031069.
HSL color Cylindrical-coordinate representation of color #9DCD89: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCD89 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 137 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.20 |
| HSL | 102.35º | 0.4% | 0.67% | - |
| HSV(B) | 102.35º | 0.33% | 0.8% | - |
| XYZ | 40.25 | 52.64 | 31.71 | - |
| YUV | 182.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 137 | 0.23 | 0 | 0.33 | 0.20 | 102.35 | 0.4 | 0.67 |
| Hex | 9D | CD | 89 | 17 | 0 | 21 | 14 | 66 | 28 | 43 |
| Octal | 235 | 315 | 211 | 27 | 0 | 41 | 24 | 146 | 50 | 103 |
| Binary | 10011101 | 11001101 | 10001001 | 10111 | 0 | 100001 | 10100 | 1100110 | 101000 | 1000011 |
Color Harmonies of #9DCD89
Complementary color
Monochromatic Colors of #9DCD89
Black with #9DCD89
Text Example
Text Example
White with #9DCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD89; }
p { color: rgb(157,205,137); }
H1.HeaderClassName
{
color: #9DCD89;
}
.AnyTagClassName
{
color: #9DCD89;
}
</style>
background-color css
<style>
a { background-color: #9DCD89; }
a { background-color: rgb(157,205,137); }
div.DivClassName
{
background-color: #9DCD89;
}
.BgClassName
{
background-color: #9DCD89;
}
</style>
border-color css
<style>
span { border-color: #9DCD89; }
span { border-color: rgb(157,205,137); }
td.TdClassName
{
border-color: #9DCD89;
}
.TagClassName
{
border-color: #9DCD89;
}
</style>