Shades of Gossip #9BD875
Tints of Gossip #9BD875
RGB
CMYK
RGB Variations
Color information
#9BD875 (or 0x9BD875) is known color: Gossip. HEX triplet: 9B, D8 and 75. RGB value is (155,216,117). Sum of RGB (Red+Green+Blue) = 155+216+117=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD875 is #64278A. Grayscale: #BABABA. Windows color (decimal): -6563723 or 7723163. OLE color: 7723163.
HSL color Cylindrical-coordinate representation of color #9BD875: hue angle of 96.97º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD875 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 117 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.15 |
| HSL | 96.97º | 0.56% | 0.65% | - |
| HSV(B) | 96.97º | 0.46% | 0.85% | - |
| XYZ | 41.28 | 57.36 | 25.73 | - |
| YUV | 186.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 117 | 0.28 | 0 | 0.46 | 0.15 | 96.97 | 0.56 | 0.65 |
| Hex | 9B | D8 | 75 | 1C | 0 | 2E | F | 61 | 38 | 41 |
| Octal | 233 | 330 | 165 | 34 | 0 | 56 | 17 | 141 | 70 | 101 |
| Binary | 10011011 | 11011000 | 1110101 | 11100 | 0 | 101110 | 1111 | 1100001 | 111000 | 1000001 |
Color Harmonies of #9BD875
Complementary color
Monochromatic Colors of #9BD875
Black with #9BD875
Text Example
Text Example
White with #9BD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD875; }
p { color: rgb(155,216,117); }
H1.HeaderClassName
{
color: #9BD875;
}
.AnyTagClassName
{
color: #9BD875;
}
</style>
background-color css
<style>
a { background-color: #9BD875; }
a { background-color: rgb(155,216,117); }
div.DivClassName
{
background-color: #9BD875;
}
.BgClassName
{
background-color: #9BD875;
}
</style>
border-color css
<style>
span { border-color: #9BD875; }
span { border-color: rgb(155,216,117); }
td.TdClassName
{
border-color: #9BD875;
}
.TagClassName
{
border-color: #9BD875;
}
</style>