Shades of Gossip #9ED585
Tints of Gossip #9ED585
RGB
CMYK
RGB Variations
Color information
#9ED585 (or 0x9ED585) is known color: Gossip. HEX triplet: 9E, D5 and 85. RGB value is (158,213,133). Sum of RGB (Red+Green+Blue) = 158+213+133=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED585 is #612A7A. Grayscale: #BBBBBB. Windows color (decimal): -6367867 or 8770974. OLE color: 8770974.
HSL color Cylindrical-coordinate representation of color #9ED585: hue angle of 101.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED585 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 133 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.16 |
| HSL | 101.25º | 0.49% | 0.68% | - |
| HSV(B) | 101.25º | 0.38% | 0.84% | - |
| XYZ | 42.13 | 56.55 | 30.89 | - |
| YUV | 187.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 133 | 0.26 | 0 | 0.38 | 0.16 | 101.25 | 0.49 | 0.68 |
| Hex | 9E | D5 | 85 | 1A | 0 | 26 | 10 | 65 | 31 | 44 |
| Octal | 236 | 325 | 205 | 32 | 0 | 46 | 20 | 145 | 61 | 104 |
| Binary | 10011110 | 11010101 | 10000101 | 11010 | 0 | 100110 | 10000 | 1100101 | 110001 | 1000100 |
Color Harmonies of #9ED585
Complementary color
Monochromatic Colors of #9ED585
Black with #9ED585
Text Example
Text Example
White with #9ED585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED585; }
p { color: rgb(158,213,133); }
H1.HeaderClassName
{
color: #9ED585;
}
.AnyTagClassName
{
color: #9ED585;
}
</style>
background-color css
<style>
a { background-color: #9ED585; }
a { background-color: rgb(158,213,133); }
div.DivClassName
{
background-color: #9ED585;
}
.BgClassName
{
background-color: #9ED585;
}
</style>
border-color css
<style>
span { border-color: #9ED585; }
span { border-color: rgb(158,213,133); }
td.TdClassName
{
border-color: #9ED585;
}
.TagClassName
{
border-color: #9ED585;
}
</style>