Shades of Gossip #9BC78C
Tints of Gossip #9BC78C
RGB
CMYK
RGB Variations
Color information
#9BC78C (or 0x9BC78C) is known color: Gossip. HEX triplet: 9B, C7 and 8C. RGB value is (155,199,140). Sum of RGB (Red+Green+Blue) = 155+199+140=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC78C is #643873. Grayscale: #B3B3B3. Windows color (decimal): -6568052 or 9226139. OLE color: 9226139.
HSL color Cylindrical-coordinate representation of color #9BC78C: hue angle of 104.75º 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 #9BC78C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 140 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.22 |
| HSL | 104.75º | 0.35% | 0.66% | - |
| HSV(B) | 104.75º | 0.3% | 0.78% | - |
| XYZ | 38.67 | 49.71 | 32.37 | - |
| YUV | 179.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 140 | 0.22 | 0 | 0.30 | 0.22 | 104.75 | 0.35 | 0.66 |
| Hex | 9B | C7 | 8C | 16 | 0 | 1E | 16 | 69 | 23 | 42 |
| Octal | 233 | 307 | 214 | 26 | 0 | 36 | 26 | 151 | 43 | 102 |
| Binary | 10011011 | 11000111 | 10001100 | 10110 | 0 | 11110 | 10110 | 1101001 | 100011 | 1000010 |
Color Harmonies of #9BC78C
Complementary color
Monochromatic Colors of #9BC78C
Black with #9BC78C
Text Example
Text Example
White with #9BC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC78C; }
p { color: rgb(155,199,140); }
H1.HeaderClassName
{
color: #9BC78C;
}
.AnyTagClassName
{
color: #9BC78C;
}
</style>
background-color css
<style>
a { background-color: #9BC78C; }
a { background-color: rgb(155,199,140); }
div.DivClassName
{
background-color: #9BC78C;
}
.BgClassName
{
background-color: #9BC78C;
}
</style>
border-color css
<style>
span { border-color: #9BC78C; }
span { border-color: rgb(155,199,140); }
td.TdClassName
{
border-color: #9BC78C;
}
.TagClassName
{
border-color: #9BC78C;
}
</style>