Shades of Gossip #9DC488
Tints of Gossip #9DC488
RGB
CMYK
RGB Variations
Color information
#9DC488 (or 0x9DC488) is known color: Gossip. HEX triplet: 9D, C4 and 88. RGB value is (157,196,136). Sum of RGB (Red+Green+Blue) = 157+196+136=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC488 is #623B77. Grayscale: #B1B1B1. Windows color (decimal): -6437752 or 8963229. OLE color: 8963229.
HSL color Cylindrical-coordinate representation of color #9DC488: hue angle of 99º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DC488 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 136 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.23 |
| HSL | 99º | 0.34% | 0.65% | - |
| HSV(B) | 99º | 0.31% | 0.77% | - |
| XYZ | 38.09 | 48.43 | 30.63 | - |
| YUV | 177.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 136 | 0.20 | 0 | 0.31 | 0.23 | 99 | 0.34 | 0.65 |
| Hex | 9D | C4 | 88 | 14 | 0 | 1F | 17 | 63 | 22 | 41 |
| Octal | 235 | 304 | 210 | 24 | 0 | 37 | 27 | 143 | 42 | 101 |
| Binary | 10011101 | 11000100 | 10001000 | 10100 | 0 | 11111 | 10111 | 1100011 | 100010 | 1000001 |
Color Harmonies of #9DC488
Complementary color
Monochromatic Colors of #9DC488
Black with #9DC488
Text Example
Text Example
White with #9DC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC488; }
p { color: rgb(157,196,136); }
H1.HeaderClassName
{
color: #9DC488;
}
.AnyTagClassName
{
color: #9DC488;
}
</style>
background-color css
<style>
a { background-color: #9DC488; }
a { background-color: rgb(157,196,136); }
div.DivClassName
{
background-color: #9DC488;
}
.BgClassName
{
background-color: #9DC488;
}
</style>
border-color css
<style>
span { border-color: #9DC488; }
span { border-color: rgb(157,196,136); }
td.TdClassName
{
border-color: #9DC488;
}
.TagClassName
{
border-color: #9DC488;
}
</style>