Shades of Gossip #9CD888
Tints of Gossip #9CD888
RGB
CMYK
RGB Variations
Color information
#9CD888 (or 0x9CD888) is known color: Gossip. HEX triplet: 9C, D8 and 88. RGB value is (156,216,136). Sum of RGB (Red+Green+Blue) = 156+216+136=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD888 is #632777. Grayscale: #BDBDBD. Windows color (decimal): -6498168 or 8968348. OLE color: 8968348.
HSL color Cylindrical-coordinate representation of color #9CD888: hue angle of 105º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CD888 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 216 | 136 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.15 |
| HSL | 105º | 0.51% | 0.69% | - |
| HSV(B) | 105º | 0.37% | 0.85% | - |
| XYZ | 42.71 | 57.96 | 32.23 | - |
| YUV | 188.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 216 | 136 | 0.28 | 0 | 0.37 | 0.15 | 105 | 0.51 | 0.69 |
| Hex | 9C | D8 | 88 | 1C | 0 | 25 | F | 69 | 33 | 45 |
| Octal | 234 | 330 | 210 | 34 | 0 | 45 | 17 | 151 | 63 | 105 |
| Binary | 10011100 | 11011000 | 10001000 | 11100 | 0 | 100101 | 1111 | 1101001 | 110011 | 1000101 |
Color Harmonies of #9CD888
Complementary color
Monochromatic Colors of #9CD888
Black with #9CD888
Text Example
Text Example
White with #9CD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD888; }
p { color: rgb(156,216,136); }
H1.HeaderClassName
{
color: #9CD888;
}
.AnyTagClassName
{
color: #9CD888;
}
</style>
background-color css
<style>
a { background-color: #9CD888; }
a { background-color: rgb(156,216,136); }
div.DivClassName
{
background-color: #9CD888;
}
.BgClassName
{
background-color: #9CD888;
}
</style>
border-color css
<style>
span { border-color: #9CD888; }
span { border-color: rgb(156,216,136); }
td.TdClassName
{
border-color: #9CD888;
}
.TagClassName
{
border-color: #9CD888;
}
</style>