Shades of Gossip #9BDF84
Tints of Gossip #9BDF84
RGB
CMYK
RGB Variations
Color information
#9BDF84 (or 0x9BDF84) is known color: Gossip. HEX triplet: 9B, DF and 84. RGB value is (155,223,132). Sum of RGB (Red+Green+Blue) = 155+223+132=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF84 is #64207B. Grayscale: #C0C0C0. Windows color (decimal): -6561916 or 8707995. OLE color: 8707995.
HSL color Cylindrical-coordinate representation of color #9BDF84: hue angle of 104.84º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BDF84 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 132 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.13 |
| HSL | 104.84º | 0.59% | 0.7% | - |
| HSV(B) | 104.84º | 0.41% | 0.87% | - |
| XYZ | 44.07 | 61.41 | 31.36 | - |
| YUV | 192.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 132 | 0.30 | 0 | 0.41 | 0.13 | 104.84 | 0.59 | 0.7 |
| Hex | 9B | DF | 84 | 1E | 0 | 29 | D | 69 | 3B | 46 |
| Octal | 233 | 337 | 204 | 36 | 0 | 51 | 15 | 151 | 73 | 106 |
| Binary | 10011011 | 11011111 | 10000100 | 11110 | 0 | 101001 | 1101 | 1101001 | 111011 | 1000110 |
Color Harmonies of #9BDF84
Complementary color
Monochromatic Colors of #9BDF84
Black with #9BDF84
Text Example
Text Example
White with #9BDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF84; }
p { color: rgb(155,223,132); }
H1.HeaderClassName
{
color: #9BDF84;
}
.AnyTagClassName
{
color: #9BDF84;
}
</style>
background-color css
<style>
a { background-color: #9BDF84; }
a { background-color: rgb(155,223,132); }
div.DivClassName
{
background-color: #9BDF84;
}
.BgClassName
{
background-color: #9BDF84;
}
</style>
border-color css
<style>
span { border-color: #9BDF84; }
span { border-color: rgb(155,223,132); }
td.TdClassName
{
border-color: #9BDF84;
}
.TagClassName
{
border-color: #9BDF84;
}
</style>