Shades of Gossip #9BD97C
Tints of Gossip #9BD97C
RGB
CMYK
RGB Variations
Color information
#9BD97C (or 0x9BD97C) is known color: Gossip. HEX triplet: 9B, D9 and 7C. RGB value is (155,217,124). Sum of RGB (Red+Green+Blue) = 155+217+124=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD97C is #642683. Grayscale: #BCBCBC. Windows color (decimal): -6563460 or 8182171. OLE color: 8182171.
HSL color Cylindrical-coordinate representation of color #9BD97C: hue angle of 100º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BD97C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 124 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100º | 0.55% | 0.67% | - |
| HSV(B) | 100º | 0.43% | 0.85% | - |
| XYZ | 41.97 | 58.05 | 28.06 | - |
| YUV | 187.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 124 | 0.29 | 0 | 0.43 | 0.15 | 100 | 0.55 | 0.67 |
| Hex | 9B | D9 | 7C | 1D | 0 | 2B | F | 64 | 37 | 43 |
| Octal | 233 | 331 | 174 | 35 | 0 | 53 | 17 | 144 | 67 | 103 |
| Binary | 10011011 | 11011001 | 1111100 | 11101 | 0 | 101011 | 1111 | 1100100 | 110111 | 1000011 |
Color Harmonies of #9BD97C
Complementary color
Monochromatic Colors of #9BD97C
Black with #9BD97C
Text Example
Text Example
White with #9BD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD97C; }
p { color: rgb(155,217,124); }
H1.HeaderClassName
{
color: #9BD97C;
}
.AnyTagClassName
{
color: #9BD97C;
}
</style>
background-color css
<style>
a { background-color: #9BD97C; }
a { background-color: rgb(155,217,124); }
div.DivClassName
{
background-color: #9BD97C;
}
.BgClassName
{
background-color: #9BD97C;
}
</style>
border-color css
<style>
span { border-color: #9BD97C; }
span { border-color: rgb(155,217,124); }
td.TdClassName
{
border-color: #9BD97C;
}
.TagClassName
{
border-color: #9BD97C;
}
</style>