Shades of Gossip #9CC788
Tints of Gossip #9CC788
RGB
CMYK
RGB Variations
Color information
#9CC788 (or 0x9CC788) is known color: Gossip. HEX triplet: 9C, C7 and 88. RGB value is (156,199,136). Sum of RGB (Red+Green+Blue) = 156+199+136=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC788 is #633877. Grayscale: #B3B3B3. Windows color (decimal): -6502520 or 8963996. OLE color: 8963996.
HSL color Cylindrical-coordinate representation of color #9CC788: hue angle of 100.95º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CC788 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 199 | 136 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.22 |
| HSL | 100.95º | 0.36% | 0.66% | - |
| HSV(B) | 100.95º | 0.32% | 0.78% | - |
| XYZ | 38.58 | 49.69 | 30.85 | - |
| YUV | 178.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 136 | 0.22 | 0 | 0.32 | 0.22 | 100.95 | 0.36 | 0.66 |
| Hex | 9C | C7 | 88 | 16 | 0 | 20 | 16 | 65 | 24 | 42 |
| Octal | 234 | 307 | 210 | 26 | 0 | 40 | 26 | 145 | 44 | 102 |
| Binary | 10011100 | 11000111 | 10001000 | 10110 | 0 | 100000 | 10110 | 1100101 | 100100 | 1000010 |
Color Harmonies of #9CC788
Complementary color
Monochromatic Colors of #9CC788
Black with #9CC788
Text Example
Text Example
White with #9CC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC788; }
p { color: rgb(156,199,136); }
H1.HeaderClassName
{
color: #9CC788;
}
.AnyTagClassName
{
color: #9CC788;
}
</style>
background-color css
<style>
a { background-color: #9CC788; }
a { background-color: rgb(156,199,136); }
div.DivClassName
{
background-color: #9CC788;
}
.BgClassName
{
background-color: #9CC788;
}
</style>
border-color css
<style>
span { border-color: #9CC788; }
span { border-color: rgb(156,199,136); }
td.TdClassName
{
border-color: #9CC788;
}
.TagClassName
{
border-color: #9CC788;
}
</style>