Shades of Gossip #9BD877
Tints of Gossip #9BD877
RGB
CMYK
RGB Variations
Color information
#9BD877 (or 0x9BD877) is known color: Gossip. HEX triplet: 9B, D8 and 77. RGB value is (155,216,119). Sum of RGB (Red+Green+Blue) = 155+216+119=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD877 is #642788. Grayscale: #BBBBBB. Windows color (decimal): -6563721 or 7854235. OLE color: 7854235.
HSL color Cylindrical-coordinate representation of color #9BD877: hue angle of 97.73º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD877 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 119 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.15 |
| HSL | 97.73º | 0.55% | 0.66% | - |
| HSV(B) | 97.73º | 0.45% | 0.85% | - |
| XYZ | 41.4 | 57.41 | 26.35 | - |
| YUV | 186.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 119 | 0.28 | 0 | 0.45 | 0.15 | 97.73 | 0.55 | 0.66 |
| Hex | 9B | D8 | 77 | 1C | 0 | 2D | F | 62 | 37 | 42 |
| Octal | 233 | 330 | 167 | 34 | 0 | 55 | 17 | 142 | 67 | 102 |
| Binary | 10011011 | 11011000 | 1110111 | 11100 | 0 | 101101 | 1111 | 1100010 | 110111 | 1000010 |
Color Harmonies of #9BD877
Complementary color
Monochromatic Colors of #9BD877
Black with #9BD877
Text Example
Text Example
White with #9BD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD877; }
p { color: rgb(155,216,119); }
H1.HeaderClassName
{
color: #9BD877;
}
.AnyTagClassName
{
color: #9BD877;
}
</style>
background-color css
<style>
a { background-color: #9BD877; }
a { background-color: rgb(155,216,119); }
div.DivClassName
{
background-color: #9BD877;
}
.BgClassName
{
background-color: #9BD877;
}
</style>
border-color css
<style>
span { border-color: #9BD877; }
span { border-color: rgb(155,216,119); }
td.TdClassName
{
border-color: #9BD877;
}
.TagClassName
{
border-color: #9BD877;
}
</style>