Shades of Gossip #9CD873
Tints of Gossip #9CD873
RGB
CMYK
RGB Variations
Color information
#9CD873 (or 0x9CD873) is known color: Gossip. HEX triplet: 9C, D8 and 73. RGB value is (156,216,115). Sum of RGB (Red+Green+Blue) = 156+216+115=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD873 is #63278C. Grayscale: #BABABA. Windows color (decimal): -6498189 or 7592092. OLE color: 7592092.
HSL color Cylindrical-coordinate representation of color #9CD873: hue angle of 95.64º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD873 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 216 | 115 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 95.64º | 0.56% | 0.65% | - |
| HSV(B) | 95.64º | 0.47% | 0.85% | - |
| XYZ | 41.36 | 57.42 | 25.12 | - |
| YUV | 186.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 216 | 115 | 0.28 | 0 | 0.47 | 0.15 | 95.64 | 0.56 | 0.65 |
| Hex | 9C | D8 | 73 | 1C | 0 | 2F | F | 60 | 38 | 41 |
| Octal | 234 | 330 | 163 | 34 | 0 | 57 | 17 | 140 | 70 | 101 |
| Binary | 10011100 | 11011000 | 1110011 | 11100 | 0 | 101111 | 1111 | 1100000 | 111000 | 1000001 |
Color Harmonies of #9CD873
Complementary color
Monochromatic Colors of #9CD873
Black with #9CD873
Text Example
Text Example
White with #9CD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD873; }
p { color: rgb(156,216,115); }
H1.HeaderClassName
{
color: #9CD873;
}
.AnyTagClassName
{
color: #9CD873;
}
</style>
background-color css
<style>
a { background-color: #9CD873; }
a { background-color: rgb(156,216,115); }
div.DivClassName
{
background-color: #9CD873;
}
.BgClassName
{
background-color: #9CD873;
}
</style>
border-color css
<style>
span { border-color: #9CD873; }
span { border-color: rgb(156,216,115); }
td.TdClassName
{
border-color: #9CD873;
}
.TagClassName
{
border-color: #9CD873;
}
</style>