Shades of Gossip #9BCF89
Tints of Gossip #9BCF89
RGB
CMYK
RGB Variations
Color information
#9BCF89 (or 0x9BCF89) is known color: Gossip. HEX triplet: 9B, CF and 89. RGB value is (155,207,137). Sum of RGB (Red+Green+Blue) = 155+207+137=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF89 is #643076. Grayscale: #B7B7B7. Windows color (decimal): -6566007 or 9031579. OLE color: 9031579.
HSL color Cylindrical-coordinate representation of color #9BCF89: hue angle of 104.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCF89 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 137 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.19 |
| HSL | 104.57º | 0.42% | 0.67% | - |
| HSV(B) | 104.57º | 0.34% | 0.81% | - |
| XYZ | 40.35 | 53.4 | 31.85 | - |
| YUV | 183.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 137 | 0.25 | 0 | 0.34 | 0.19 | 104.57 | 0.42 | 0.67 |
| Hex | 9B | CF | 89 | 19 | 0 | 22 | 13 | 69 | 2A | 43 |
| Octal | 233 | 317 | 211 | 31 | 0 | 42 | 23 | 151 | 52 | 103 |
| Binary | 10011011 | 11001111 | 10001001 | 11001 | 0 | 100010 | 10011 | 1101001 | 101010 | 1000011 |
Color Harmonies of #9BCF89
Complementary color
Monochromatic Colors of #9BCF89
Black with #9BCF89
Text Example
Text Example
White with #9BCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF89; }
p { color: rgb(155,207,137); }
H1.HeaderClassName
{
color: #9BCF89;
}
.AnyTagClassName
{
color: #9BCF89;
}
</style>
background-color css
<style>
a { background-color: #9BCF89; }
a { background-color: rgb(155,207,137); }
div.DivClassName
{
background-color: #9BCF89;
}
.BgClassName
{
background-color: #9BCF89;
}
</style>
border-color css
<style>
span { border-color: #9BCF89; }
span { border-color: rgb(155,207,137); }
td.TdClassName
{
border-color: #9BCF89;
}
.TagClassName
{
border-color: #9BCF89;
}
</style>