Shades of Gossip #9BD376
Tints of Gossip #9BD376
RGB
CMYK
RGB Variations
Color information
#9BD376 (or 0x9BD376) is known color: Gossip. HEX triplet: 9B, D3 and 76. RGB value is (155,211,118). Sum of RGB (Red+Green+Blue) = 155+211+118=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD376 is #642C89. Grayscale: #B7B7B7. Windows color (decimal): -6565002 or 7787419. OLE color: 7787419.
HSL color Cylindrical-coordinate representation of color #9BD376: hue angle of 96.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BD376 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 118 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.17 |
| HSL | 96.13º | 0.51% | 0.65% | - |
| HSV(B) | 96.13º | 0.44% | 0.83% | - |
| XYZ | 40.08 | 54.87 | 25.62 | - |
| YUV | 183.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 118 | 0.27 | 0 | 0.44 | 0.17 | 96.13 | 0.51 | 0.65 |
| Hex | 9B | D3 | 76 | 1B | 0 | 2C | 11 | 60 | 33 | 41 |
| Octal | 233 | 323 | 166 | 33 | 0 | 54 | 21 | 140 | 63 | 101 |
| Binary | 10011011 | 11010011 | 1110110 | 11011 | 0 | 101100 | 10001 | 1100000 | 110011 | 1000001 |
Color Harmonies of #9BD376
Complementary color
Monochromatic Colors of #9BD376
Black with #9BD376
Text Example
Text Example
White with #9BD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD376; }
p { color: rgb(155,211,118); }
H1.HeaderClassName
{
color: #9BD376;
}
.AnyTagClassName
{
color: #9BD376;
}
</style>
background-color css
<style>
a { background-color: #9BD376; }
a { background-color: rgb(155,211,118); }
div.DivClassName
{
background-color: #9BD376;
}
.BgClassName
{
background-color: #9BD376;
}
</style>
border-color css
<style>
span { border-color: #9BD376; }
span { border-color: rgb(155,211,118); }
td.TdClassName
{
border-color: #9BD376;
}
.TagClassName
{
border-color: #9BD376;
}
</style>