Shades of Gossip #9BD680
Tints of Gossip #9BD680
RGB
CMYK
RGB Variations
Color information
#9BD680 (or 0x9BD680) is known color: Gossip. HEX triplet: 9B, D6 and 80. RGB value is (155,214,128). Sum of RGB (Red+Green+Blue) = 155+214+128=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD680 is #64297F. Grayscale: #BABABA. Windows color (decimal): -6564224 or 8443547. OLE color: 8443547.
HSL color Cylindrical-coordinate representation of color #9BD680: hue angle of 101.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BD680 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 128 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.16 |
| HSL | 101.16º | 0.51% | 0.67% | - |
| HSV(B) | 101.16º | 0.4% | 0.84% | - |
| XYZ | 41.46 | 56.62 | 29.17 | - |
| YUV | 186.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 128 | 0.28 | 0 | 0.40 | 0.16 | 101.16 | 0.51 | 0.67 |
| Hex | 9B | D6 | 80 | 1C | 0 | 28 | 10 | 65 | 33 | 43 |
| Octal | 233 | 326 | 200 | 34 | 0 | 50 | 20 | 145 | 63 | 103 |
| Binary | 10011011 | 11010110 | 10000000 | 11100 | 0 | 101000 | 10000 | 1100101 | 110011 | 1000011 |
Color Harmonies of #9BD680
Complementary color
Monochromatic Colors of #9BD680
Black with #9BD680
Text Example
Text Example
White with #9BD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD680; }
p { color: rgb(155,214,128); }
H1.HeaderClassName
{
color: #9BD680;
}
.AnyTagClassName
{
color: #9BD680;
}
</style>
background-color css
<style>
a { background-color: #9BD680; }
a { background-color: rgb(155,214,128); }
div.DivClassName
{
background-color: #9BD680;
}
.BgClassName
{
background-color: #9BD680;
}
</style>
border-color css
<style>
span { border-color: #9BD680; }
span { border-color: rgb(155,214,128); }
td.TdClassName
{
border-color: #9BD680;
}
.TagClassName
{
border-color: #9BD680;
}
</style>