Shades of Gossip #9DCA8D
Tints of Gossip #9DCA8D
RGB
CMYK
RGB Variations
Color information
#9DCA8D (or 0x9DCA8D) is known color: Gossip. HEX triplet: 9D, CA and 8D. RGB value is (157,202,141). Sum of RGB (Red+Green+Blue) = 157+202+141=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA8D is #623572. Grayscale: #B5B5B5. Windows color (decimal): -6436211 or 9292445. OLE color: 9292445.
HSL color Cylindrical-coordinate representation of color #9DCA8D: hue angle of 104.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCA8D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 141 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.21 |
| HSL | 104.26º | 0.37% | 0.67% | - |
| HSV(B) | 104.26º | 0.3% | 0.79% | - |
| XYZ | 39.83 | 51.33 | 33.01 | - |
| YUV | 181.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 141 | 0.22 | 0 | 0.30 | 0.21 | 104.26 | 0.37 | 0.67 |
| Hex | 9D | CA | 8D | 16 | 0 | 1E | 15 | 68 | 25 | 43 |
| Octal | 235 | 312 | 215 | 26 | 0 | 36 | 25 | 150 | 45 | 103 |
| Binary | 10011101 | 11001010 | 10001101 | 10110 | 0 | 11110 | 10101 | 1101000 | 100101 | 1000011 |
Color Harmonies of #9DCA8D
Complementary color
Monochromatic Colors of #9DCA8D
Black with #9DCA8D
Text Example
Text Example
White with #9DCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA8D; }
p { color: rgb(157,202,141); }
H1.HeaderClassName
{
color: #9DCA8D;
}
.AnyTagClassName
{
color: #9DCA8D;
}
</style>
background-color css
<style>
a { background-color: #9DCA8D; }
a { background-color: rgb(157,202,141); }
div.DivClassName
{
background-color: #9DCA8D;
}
.BgClassName
{
background-color: #9DCA8D;
}
</style>
border-color css
<style>
span { border-color: #9DCA8D; }
span { border-color: rgb(157,202,141); }
td.TdClassName
{
border-color: #9DCA8D;
}
.TagClassName
{
border-color: #9DCA8D;
}
</style>