Shades of Gossip #9BD984
Tints of Gossip #9BD984
RGB
CMYK
RGB Variations
Color information
#9BD984 (or 0x9BD984) is known color: Gossip. HEX triplet: 9B, D9 and 84. RGB value is (155,217,132). Sum of RGB (Red+Green+Blue) = 155+217+132=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD984 is #64267B. Grayscale: #BDBDBD. Windows color (decimal): -6563452 or 8706459. OLE color: 8706459.
HSL color Cylindrical-coordinate representation of color #9BD984: hue angle of 103.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD984 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 132 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.15 |
| HSL | 103.76º | 0.53% | 0.68% | - |
| HSV(B) | 103.76º | 0.39% | 0.85% | - |
| XYZ | 42.5 | 58.26 | 30.84 | - |
| YUV | 188.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 132 | 0.29 | 0 | 0.39 | 0.15 | 103.76 | 0.53 | 0.68 |
| Hex | 9B | D9 | 84 | 1D | 0 | 27 | F | 68 | 35 | 44 |
| Octal | 233 | 331 | 204 | 35 | 0 | 47 | 17 | 150 | 65 | 104 |
| Binary | 10011011 | 11011001 | 10000100 | 11101 | 0 | 100111 | 1111 | 1101000 | 110101 | 1000100 |
Color Harmonies of #9BD984
Complementary color
Monochromatic Colors of #9BD984
Black with #9BD984
Text Example
Text Example
White with #9BD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD984; }
p { color: rgb(155,217,132); }
H1.HeaderClassName
{
color: #9BD984;
}
.AnyTagClassName
{
color: #9BD984;
}
</style>
background-color css
<style>
a { background-color: #9BD984; }
a { background-color: rgb(155,217,132); }
div.DivClassName
{
background-color: #9BD984;
}
.BgClassName
{
background-color: #9BD984;
}
</style>
border-color css
<style>
span { border-color: #9BD984; }
span { border-color: rgb(155,217,132); }
td.TdClassName
{
border-color: #9BD984;
}
.TagClassName
{
border-color: #9BD984;
}
</style>