Shades of Gossip #9CDB86
Tints of Gossip #9CDB86
RGB
CMYK
RGB Variations
Color information
#9CDB86 (or 0x9CDB86) is known color: Gossip. HEX triplet: 9C, DB and 86. RGB value is (156,219,134). Sum of RGB (Red+Green+Blue) = 156+219+134=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB86 is #632479. Grayscale: #BEBEBE. Windows color (decimal): -6497402 or 8838044. OLE color: 8838044.
HSL color Cylindrical-coordinate representation of color #9CDB86: hue angle of 104.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CDB86 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 134 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.14 |
| HSL | 104.47º | 0.54% | 0.69% | - |
| HSV(B) | 104.47º | 0.39% | 0.86% | - |
| XYZ | 43.34 | 59.45 | 31.75 | - |
| YUV | 190.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 134 | 0.29 | 0 | 0.39 | 0.14 | 104.47 | 0.54 | 0.69 |
| Hex | 9C | DB | 86 | 1D | 0 | 27 | E | 68 | 36 | 45 |
| Octal | 234 | 333 | 206 | 35 | 0 | 47 | 16 | 150 | 66 | 105 |
| Binary | 10011100 | 11011011 | 10000110 | 11101 | 0 | 100111 | 1110 | 1101000 | 110110 | 1000101 |
Color Harmonies of #9CDB86
Complementary color
Monochromatic Colors of #9CDB86
Black with #9CDB86
Text Example
Text Example
White with #9CDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB86; }
p { color: rgb(156,219,134); }
H1.HeaderClassName
{
color: #9CDB86;
}
.AnyTagClassName
{
color: #9CDB86;
}
</style>
background-color css
<style>
a { background-color: #9CDB86; }
a { background-color: rgb(156,219,134); }
div.DivClassName
{
background-color: #9CDB86;
}
.BgClassName
{
background-color: #9CDB86;
}
</style>
border-color css
<style>
span { border-color: #9CDB86; }
span { border-color: rgb(156,219,134); }
td.TdClassName
{
border-color: #9CDB86;
}
.TagClassName
{
border-color: #9CDB86;
}
</style>