Shades of Gossip #9BD789
Tints of Gossip #9BD789
RGB
CMYK
RGB Variations
Color information
#9BD789 (or 0x9BD789) is known color: Gossip. HEX triplet: 9B, D7 and 89. RGB value is (155,215,137). Sum of RGB (Red+Green+Blue) = 155+215+137=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD789 is #642876. Grayscale: #BCBCBC. Windows color (decimal): -6563959 or 9033627. OLE color: 9033627.
HSL color Cylindrical-coordinate representation of color #9BD789: hue angle of 106.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD789 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 137 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.16 |
| HSL | 106.15º | 0.49% | 0.69% | - |
| HSV(B) | 106.15º | 0.36% | 0.84% | - |
| XYZ | 42.33 | 57.38 | 32.51 | - |
| YUV | 188.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 137 | 0.28 | 0 | 0.36 | 0.16 | 106.15 | 0.49 | 0.69 |
| Hex | 9B | D7 | 89 | 1C | 0 | 24 | 10 | 6A | 31 | 45 |
| Octal | 233 | 327 | 211 | 34 | 0 | 44 | 20 | 152 | 61 | 105 |
| Binary | 10011011 | 11010111 | 10001001 | 11100 | 0 | 100100 | 10000 | 1101010 | 110001 | 1000101 |
Color Harmonies of #9BD789
Complementary color
Monochromatic Colors of #9BD789
Black with #9BD789
Text Example
Text Example
White with #9BD789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD789; }
p { color: rgb(155,215,137); }
H1.HeaderClassName
{
color: #9BD789;
}
.AnyTagClassName
{
color: #9BD789;
}
</style>
background-color css
<style>
a { background-color: #9BD789; }
a { background-color: rgb(155,215,137); }
div.DivClassName
{
background-color: #9BD789;
}
.BgClassName
{
background-color: #9BD789;
}
</style>
border-color css
<style>
span { border-color: #9BD789; }
span { border-color: rgb(155,215,137); }
td.TdClassName
{
border-color: #9BD789;
}
.TagClassName
{
border-color: #9BD789;
}
</style>