Shades of Gossip #9BC389
Tints of Gossip #9BC389
RGB
CMYK
RGB Variations
Color information
#9BC389 (or 0x9BC389) is known color: Gossip. HEX triplet: 9B, C3 and 89. RGB value is (155,195,137). Sum of RGB (Red+Green+Blue) = 155+195+137=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC389 is #643C76. Grayscale: #B0B0B0. Windows color (decimal): -6569079 or 9028507. OLE color: 9028507.
HSL color Cylindrical-coordinate representation of color #9BC389: hue angle of 101.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC389 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 137 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.24 |
| HSL | 101.38º | 0.33% | 0.65% | - |
| HSV(B) | 101.38º | 0.3% | 0.76% | - |
| XYZ | 37.55 | 47.8 | 30.92 | - |
| YUV | 176.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 137 | 0.21 | 0 | 0.30 | 0.24 | 101.38 | 0.33 | 0.65 |
| Hex | 9B | C3 | 89 | 15 | 0 | 1E | 18 | 65 | 21 | 41 |
| Octal | 233 | 303 | 211 | 25 | 0 | 36 | 30 | 145 | 41 | 101 |
| Binary | 10011011 | 11000011 | 10001001 | 10101 | 0 | 11110 | 11000 | 1100101 | 100001 | 1000001 |
Color Harmonies of #9BC389
Complementary color
Monochromatic Colors of #9BC389
Black with #9BC389
Text Example
Text Example
White with #9BC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC389; }
p { color: rgb(155,195,137); }
H1.HeaderClassName
{
color: #9BC389;
}
.AnyTagClassName
{
color: #9BC389;
}
</style>
background-color css
<style>
a { background-color: #9BC389; }
a { background-color: rgb(155,195,137); }
div.DivClassName
{
background-color: #9BC389;
}
.BgClassName
{
background-color: #9BC389;
}
</style>
border-color css
<style>
span { border-color: #9BC389; }
span { border-color: rgb(155,195,137); }
td.TdClassName
{
border-color: #9BC389;
}
.TagClassName
{
border-color: #9BC389;
}
</style>