Shades of Gossip #9CD385
Tints of Gossip #9CD385
RGB
CMYK
RGB Variations
Color information
#9CD385 (or 0x9CD385) is known color: Gossip. HEX triplet: 9C, D3 and 85. RGB value is (156,211,133). Sum of RGB (Red+Green+Blue) = 156+211+133=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD385 is #632C7A. Grayscale: #B9B9B9. Windows color (decimal): -6499451 or 8770460. OLE color: 8770460.
HSL color Cylindrical-coordinate representation of color #9CD385: hue angle of 102.31º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CD385 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 133 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.17 |
| HSL | 102.31º | 0.47% | 0.67% | - |
| HSV(B) | 102.31º | 0.37% | 0.83% | - |
| XYZ | 41.24 | 55.35 | 30.7 | - |
| YUV | 185.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 133 | 0.26 | 0 | 0.37 | 0.17 | 102.31 | 0.47 | 0.67 |
| Hex | 9C | D3 | 85 | 1A | 0 | 25 | 11 | 66 | 2F | 43 |
| Octal | 234 | 323 | 205 | 32 | 0 | 45 | 21 | 146 | 57 | 103 |
| Binary | 10011100 | 11010011 | 10000101 | 11010 | 0 | 100101 | 10001 | 1100110 | 101111 | 1000011 |
Color Harmonies of #9CD385
Complementary color
Monochromatic Colors of #9CD385
Black with #9CD385
Text Example
Text Example
White with #9CD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD385; }
p { color: rgb(156,211,133); }
H1.HeaderClassName
{
color: #9CD385;
}
.AnyTagClassName
{
color: #9CD385;
}
</style>
background-color css
<style>
a { background-color: #9CD385; }
a { background-color: rgb(156,211,133); }
div.DivClassName
{
background-color: #9CD385;
}
.BgClassName
{
background-color: #9CD385;
}
</style>
border-color css
<style>
span { border-color: #9CD385; }
span { border-color: rgb(156,211,133); }
td.TdClassName
{
border-color: #9CD385;
}
.TagClassName
{
border-color: #9CD385;
}
</style>