Shades of Gossip #9BC78B
Tints of Gossip #9BC78B
RGB
CMYK
RGB Variations
Color information
#9BC78B (or 0x9BC78B) is known color: Gossip. HEX triplet: 9B, C7 and 8B. RGB value is (155,199,139). Sum of RGB (Red+Green+Blue) = 155+199+139=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC78B is #643874. Grayscale: #B3B3B3. Windows color (decimal): -6568053 or 9160603. OLE color: 9160603.
HSL color Cylindrical-coordinate representation of color #9BC78B: hue angle of 104º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC78B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 139 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.22 |
| HSL | 104º | 0.35% | 0.66% | - |
| HSV(B) | 104º | 0.3% | 0.78% | - |
| XYZ | 38.6 | 49.68 | 31.98 | - |
| YUV | 179 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 139 | 0.22 | 0 | 0.30 | 0.22 | 104 | 0.35 | 0.66 |
| Hex | 9B | C7 | 8B | 16 | 0 | 1E | 16 | 68 | 23 | 42 |
| Octal | 233 | 307 | 213 | 26 | 0 | 36 | 26 | 150 | 43 | 102 |
| Binary | 10011011 | 11000111 | 10001011 | 10110 | 0 | 11110 | 10110 | 1101000 | 100011 | 1000010 |
Color Harmonies of #9BC78B
Complementary color
Monochromatic Colors of #9BC78B
Black with #9BC78B
Text Example
Text Example
White with #9BC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC78B; }
p { color: rgb(155,199,139); }
H1.HeaderClassName
{
color: #9BC78B;
}
.AnyTagClassName
{
color: #9BC78B;
}
</style>
background-color css
<style>
a { background-color: #9BC78B; }
a { background-color: rgb(155,199,139); }
div.DivClassName
{
background-color: #9BC78B;
}
.BgClassName
{
background-color: #9BC78B;
}
</style>
border-color css
<style>
span { border-color: #9BC78B; }
span { border-color: rgb(155,199,139); }
td.TdClassName
{
border-color: #9BC78B;
}
.TagClassName
{
border-color: #9BC78B;
}
</style>