Shades of Gossip #9CD285
Tints of Gossip #9CD285
RGB
CMYK
RGB Variations
Color information
#9CD285 (or 0x9CD285) is known color: Gossip. HEX triplet: 9C, D2 and 85. RGB value is (156,210,133). Sum of RGB (Red+Green+Blue) = 156+210+133=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD285 is #632D7A. Grayscale: #B9B9B9. Windows color (decimal): -6499707 or 8770204. OLE color: 8770204.
HSL color Cylindrical-coordinate representation of color #9CD285: hue angle of 102.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CD285 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 133 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.18 |
| HSL | 102.08º | 0.46% | 0.67% | - |
| HSV(B) | 102.08º | 0.37% | 0.82% | - |
| XYZ | 40.99 | 54.85 | 30.62 | - |
| YUV | 185.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 133 | 0.26 | 0 | 0.37 | 0.18 | 102.08 | 0.46 | 0.67 |
| Hex | 9C | D2 | 85 | 1A | 0 | 25 | 12 | 66 | 2E | 43 |
| Octal | 234 | 322 | 205 | 32 | 0 | 45 | 22 | 146 | 56 | 103 |
| Binary | 10011100 | 11010010 | 10000101 | 11010 | 0 | 100101 | 10010 | 1100110 | 101110 | 1000011 |
Color Harmonies of #9CD285
Complementary color
Monochromatic Colors of #9CD285
Black with #9CD285
Text Example
Text Example
White with #9CD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD285; }
p { color: rgb(156,210,133); }
H1.HeaderClassName
{
color: #9CD285;
}
.AnyTagClassName
{
color: #9CD285;
}
</style>
background-color css
<style>
a { background-color: #9CD285; }
a { background-color: rgb(156,210,133); }
div.DivClassName
{
background-color: #9CD285;
}
.BgClassName
{
background-color: #9CD285;
}
</style>
border-color css
<style>
span { border-color: #9CD285; }
span { border-color: rgb(156,210,133); }
td.TdClassName
{
border-color: #9CD285;
}
.TagClassName
{
border-color: #9CD285;
}
</style>