Shades of Gossip #9DC48C
Tints of Gossip #9DC48C
RGB
CMYK
RGB Variations
Color information
#9DC48C (or 0x9DC48C) is known color: Gossip. HEX triplet: 9D, C4 and 8C. RGB value is (157,196,140). Sum of RGB (Red+Green+Blue) = 157+196+140=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC48C is #623B73. Grayscale: #B2B2B2. Windows color (decimal): -6437748 or 9225373. OLE color: 9225373.
HSL color Cylindrical-coordinate representation of color #9DC48C: hue angle of 101.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC48C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 140 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.23 |
| HSL | 101.79º | 0.32% | 0.66% | - |
| HSV(B) | 101.79º | 0.29% | 0.77% | - |
| XYZ | 38.38 | 48.54 | 32.16 | - |
| YUV | 177.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 140 | 0.20 | 0 | 0.29 | 0.23 | 101.79 | 0.32 | 0.66 |
| Hex | 9D | C4 | 8C | 14 | 0 | 1D | 17 | 66 | 20 | 42 |
| Octal | 235 | 304 | 214 | 24 | 0 | 35 | 27 | 146 | 40 | 102 |
| Binary | 10011101 | 11000100 | 10001100 | 10100 | 0 | 11101 | 10111 | 1100110 | 100000 | 1000010 |
Color Harmonies of #9DC48C
Complementary color
Monochromatic Colors of #9DC48C
Black with #9DC48C
Text Example
Text Example
White with #9DC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC48C; }
p { color: rgb(157,196,140); }
H1.HeaderClassName
{
color: #9DC48C;
}
.AnyTagClassName
{
color: #9DC48C;
}
</style>
background-color css
<style>
a { background-color: #9DC48C; }
a { background-color: rgb(157,196,140); }
div.DivClassName
{
background-color: #9DC48C;
}
.BgClassName
{
background-color: #9DC48C;
}
</style>
border-color css
<style>
span { border-color: #9DC48C; }
span { border-color: rgb(157,196,140); }
td.TdClassName
{
border-color: #9DC48C;
}
.TagClassName
{
border-color: #9DC48C;
}
</style>