Shades of Gossip #9BC680
Tints of Gossip #9BC680
RGB
CMYK
RGB Variations
Color information
#9BC680 (or 0x9BC680) is known color: Gossip. HEX triplet: 9B, C6 and 80. RGB value is (155,198,128). Sum of RGB (Red+Green+Blue) = 155+198+128=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC680 is #64397F. Grayscale: #B1B1B1. Windows color (decimal): -6568320 or 8439451. OLE color: 8439451.
HSL color Cylindrical-coordinate representation of color #9BC680: hue angle of 96.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC680 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 128 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.22 |
| HSL | 96.86º | 0.38% | 0.64% | - |
| HSV(B) | 96.86º | 0.35% | 0.78% | - |
| XYZ | 37.61 | 48.92 | 27.88 | - |
| YUV | 177.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 128 | 0.22 | 0 | 0.35 | 0.22 | 96.86 | 0.38 | 0.64 |
| Hex | 9B | C6 | 80 | 16 | 0 | 23 | 16 | 61 | 26 | 40 |
| Octal | 233 | 306 | 200 | 26 | 0 | 43 | 26 | 141 | 46 | 100 |
| Binary | 10011011 | 11000110 | 10000000 | 10110 | 0 | 100011 | 10110 | 1100001 | 100110 | 1000000 |
Color Harmonies of #9BC680
Complementary color
Monochromatic Colors of #9BC680
Black with #9BC680
Text Example
Text Example
White with #9BC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC680; }
p { color: rgb(155,198,128); }
H1.HeaderClassName
{
color: #9BC680;
}
.AnyTagClassName
{
color: #9BC680;
}
</style>
background-color css
<style>
a { background-color: #9BC680; }
a { background-color: rgb(155,198,128); }
div.DivClassName
{
background-color: #9BC680;
}
.BgClassName
{
background-color: #9BC680;
}
</style>
border-color css
<style>
span { border-color: #9BC680; }
span { border-color: rgb(155,198,128); }
td.TdClassName
{
border-color: #9BC680;
}
.TagClassName
{
border-color: #9BC680;
}
</style>