Shades of Gossip #9CE185
Tints of Gossip #9CE185
RGB
CMYK
RGB Variations
Color information
#9CE185 (or 0x9CE185) is known color: Gossip. HEX triplet: 9C, E1 and 85. RGB value is (156,225,133). Sum of RGB (Red+Green+Blue) = 156+225+133=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE185 is #631E7A. Grayscale: #C2C2C2. Windows color (decimal): -6495867 or 8774044. OLE color: 8774044.
HSL color Cylindrical-coordinate representation of color #9CE185: hue angle of 105º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CE185 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 133 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.12 |
| HSL | 105º | 0.61% | 0.7% | - |
| HSV(B) | 105º | 0.41% | 0.88% | - |
| XYZ | 44.87 | 62.61 | 31.91 | - |
| YUV | 193.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 133 | 0.31 | 0 | 0.41 | 0.12 | 105 | 0.61 | 0.7 |
| Hex | 9C | E1 | 85 | 1F | 0 | 29 | C | 69 | 3D | 46 |
| Octal | 234 | 341 | 205 | 37 | 0 | 51 | 14 | 151 | 75 | 106 |
| Binary | 10011100 | 11100001 | 10000101 | 11111 | 0 | 101001 | 1100 | 1101001 | 111101 | 1000110 |
Color Harmonies of #9CE185
Complementary color
Monochromatic Colors of #9CE185
Black with #9CE185
Text Example
Text Example
White with #9CE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE185; }
p { color: rgb(156,225,133); }
H1.HeaderClassName
{
color: #9CE185;
}
.AnyTagClassName
{
color: #9CE185;
}
</style>
background-color css
<style>
a { background-color: #9CE185; }
a { background-color: rgb(156,225,133); }
div.DivClassName
{
background-color: #9CE185;
}
.BgClassName
{
background-color: #9CE185;
}
</style>
border-color css
<style>
span { border-color: #9CE185; }
span { border-color: rgb(156,225,133); }
td.TdClassName
{
border-color: #9CE185;
}
.TagClassName
{
border-color: #9CE185;
}
</style>