Shades of Gossip #9BC089
Tints of Gossip #9BC089
RGB
CMYK
RGB Variations
Color information
#9BC089 (or 0x9BC089) is known color: Gossip. HEX triplet: 9B, C0 and 89. RGB value is (155,192,137). Sum of RGB (Red+Green+Blue) = 155+192+137=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC089 is #643F76. Grayscale: #AEAEAE. Windows color (decimal): -6569847 or 9027739. OLE color: 9027739.
HSL color Cylindrical-coordinate representation of color #9BC089: hue angle of 100.36º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC089 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 137 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.25 |
| HSL | 100.36º | 0.3% | 0.65% | - |
| HSV(B) | 100.36º | 0.29% | 0.75% | - |
| XYZ | 36.88 | 46.47 | 30.69 | - |
| YUV | 174.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 137 | 0.19 | 0 | 0.29 | 0.25 | 100.36 | 0.3 | 0.65 |
| Hex | 9B | C0 | 89 | 13 | 0 | 1D | 19 | 64 | 1E | 41 |
| Octal | 233 | 300 | 211 | 23 | 0 | 35 | 31 | 144 | 36 | 101 |
| Binary | 10011011 | 11000000 | 10001001 | 10011 | 0 | 11101 | 11001 | 1100100 | 11110 | 1000001 |
Color Harmonies of #9BC089
Complementary color
Monochromatic Colors of #9BC089
Black with #9BC089
Text Example
Text Example
White with #9BC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC089; }
p { color: rgb(155,192,137); }
H1.HeaderClassName
{
color: #9BC089;
}
.AnyTagClassName
{
color: #9BC089;
}
</style>
background-color css
<style>
a { background-color: #9BC089; }
a { background-color: rgb(155,192,137); }
div.DivClassName
{
background-color: #9BC089;
}
.BgClassName
{
background-color: #9BC089;
}
</style>
border-color css
<style>
span { border-color: #9BC089; }
span { border-color: rgb(155,192,137); }
td.TdClassName
{
border-color: #9BC089;
}
.TagClassName
{
border-color: #9BC089;
}
</style>