Shades of Gossip #9BD173
Tints of Gossip #9BD173
RGB
CMYK
RGB Variations
Color information
#9BD173 (or 0x9BD173) is known color: Gossip. HEX triplet: 9B, D1 and 73. RGB value is (155,209,115). Sum of RGB (Red+Green+Blue) = 155+209+115=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD173 is #642E8C. Grayscale: #B6B6B6. Windows color (decimal): -6565517 or 7590299. OLE color: 7590299.
HSL color Cylindrical-coordinate representation of color #9BD173: hue angle of 94.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD173 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 115 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.18 |
| HSL | 94.47º | 0.51% | 0.64% | - |
| HSV(B) | 94.47º | 0.45% | 0.82% | - |
| XYZ | 39.41 | 53.81 | 24.53 | - |
| YUV | 182.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 115 | 0.26 | 0 | 0.45 | 0.18 | 94.47 | 0.51 | 0.64 |
| Hex | 9B | D1 | 73 | 1A | 0 | 2D | 12 | 5E | 33 | 40 |
| Octal | 233 | 321 | 163 | 32 | 0 | 55 | 22 | 136 | 63 | 100 |
| Binary | 10011011 | 11010001 | 1110011 | 11010 | 0 | 101101 | 10010 | 1011110 | 110011 | 1000000 |
Color Harmonies of #9BD173
Complementary color
Monochromatic Colors of #9BD173
Black with #9BD173
Text Example
Text Example
White with #9BD173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD173; }
p { color: rgb(155,209,115); }
H1.HeaderClassName
{
color: #9BD173;
}
.AnyTagClassName
{
color: #9BD173;
}
</style>
background-color css
<style>
a { background-color: #9BD173; }
a { background-color: rgb(155,209,115); }
div.DivClassName
{
background-color: #9BD173;
}
.BgClassName
{
background-color: #9BD173;
}
</style>
border-color css
<style>
span { border-color: #9BD173; }
span { border-color: rgb(155,209,115); }
td.TdClassName
{
border-color: #9BD173;
}
.TagClassName
{
border-color: #9BD173;
}
</style>