Shades of Gossip #9DCA88
Tints of Gossip #9DCA88
RGB
CMYK
RGB Variations
Color information
#9DCA88 (or 0x9DCA88) is known color: Gossip. HEX triplet: 9D, CA and 88. RGB value is (157,202,136). Sum of RGB (Red+Green+Blue) = 157+202+136=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA88 is #623577. Grayscale: #B5B5B5. Windows color (decimal): -6436216 or 8964765. OLE color: 8964765.
HSL color Cylindrical-coordinate representation of color #9DCA88: hue angle of 100.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCA88 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 136 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.21 |
| HSL | 100.91º | 0.38% | 0.66% | - |
| HSV(B) | 100.91º | 0.33% | 0.79% | - |
| XYZ | 39.47 | 51.19 | 31.09 | - |
| YUV | 181.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 136 | 0.22 | 0 | 0.33 | 0.21 | 100.91 | 0.38 | 0.66 |
| Hex | 9D | CA | 88 | 16 | 0 | 21 | 15 | 65 | 26 | 42 |
| Octal | 235 | 312 | 210 | 26 | 0 | 41 | 25 | 145 | 46 | 102 |
| Binary | 10011101 | 11001010 | 10001000 | 10110 | 0 | 100001 | 10101 | 1100101 | 100110 | 1000010 |
Color Harmonies of #9DCA88
Complementary color
Monochromatic Colors of #9DCA88
Black with #9DCA88
Text Example
Text Example
White with #9DCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA88; }
p { color: rgb(157,202,136); }
H1.HeaderClassName
{
color: #9DCA88;
}
.AnyTagClassName
{
color: #9DCA88;
}
</style>
background-color css
<style>
a { background-color: #9DCA88; }
a { background-color: rgb(157,202,136); }
div.DivClassName
{
background-color: #9DCA88;
}
.BgClassName
{
background-color: #9DCA88;
}
</style>
border-color css
<style>
span { border-color: #9DCA88; }
span { border-color: rgb(157,202,136); }
td.TdClassName
{
border-color: #9DCA88;
}
.TagClassName
{
border-color: #9DCA88;
}
</style>