Shades of Gossip #9BE680
Tints of Gossip #9BE680
RGB
CMYK
RGB Variations
Color information
#9BE680 (or 0x9BE680) is known color: Gossip. HEX triplet: 9B, E6 and 80. RGB value is (155,230,128). Sum of RGB (Red+Green+Blue) = 155+230+128=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE680 is #64197F. Grayscale: #C4C4C4. Windows color (decimal): -6560128 or 8447643. OLE color: 8447643.
HSL color Cylindrical-coordinate representation of color #9BE680: hue angle of 104.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE680 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 128 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.10 |
| HSL | 104.12º | 0.67% | 0.7% | - |
| HSV(B) | 104.12º | 0.44% | 0.9% | - |
| XYZ | 45.71 | 65.12 | 30.58 | - |
| YUV | 195.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 128 | 0.33 | 0 | 0.44 | 0.10 | 104.12 | 0.67 | 0.7 |
| Hex | 9B | E6 | 80 | 21 | 0 | 2C | A | 68 | 43 | 46 |
| Octal | 233 | 346 | 200 | 41 | 0 | 54 | 12 | 150 | 103 | 106 |
| Binary | 10011011 | 11100110 | 10000000 | 100001 | 0 | 101100 | 1010 | 1101000 | 1000011 | 1000110 |
Color Harmonies of #9BE680
Complementary color
Monochromatic Colors of #9BE680
Black with #9BE680
Text Example
Text Example
White with #9BE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE680; }
p { color: rgb(155,230,128); }
H1.HeaderClassName
{
color: #9BE680;
}
.AnyTagClassName
{
color: #9BE680;
}
</style>
background-color css
<style>
a { background-color: #9BE680; }
a { background-color: rgb(155,230,128); }
div.DivClassName
{
background-color: #9BE680;
}
.BgClassName
{
background-color: #9BE680;
}
</style>
border-color css
<style>
span { border-color: #9BE680; }
span { border-color: rgb(155,230,128); }
td.TdClassName
{
border-color: #9BE680;
}
.TagClassName
{
border-color: #9BE680;
}
</style>