Shades of Gossip #9BC979
Tints of Gossip #9BC979
RGB
CMYK
RGB Variations
Color information
#9BC979 (or 0x9BC979) is known color: Gossip. HEX triplet: 9B, C9 and 79. RGB value is (155,201,121). Sum of RGB (Red+Green+Blue) = 155+201+121=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC979 is #643686. Grayscale: #B2B2B2. Windows color (decimal): -6567559 or 7981467. OLE color: 7981467.
HSL color Cylindrical-coordinate representation of color #9BC979: hue angle of 94.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC979 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 121 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.21 |
| HSL | 94.5º | 0.43% | 0.63% | - |
| HSV(B) | 94.5º | 0.4% | 0.79% | - |
| XYZ | 37.86 | 50.12 | 25.77 | - |
| YUV | 178.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 121 | 0.23 | 0 | 0.40 | 0.21 | 94.5 | 0.43 | 0.63 |
| Hex | 9B | C9 | 79 | 17 | 0 | 28 | 15 | 5E | 2B | 3F |
| Octal | 233 | 311 | 171 | 27 | 0 | 50 | 25 | 136 | 53 | 77 |
| Binary | 10011011 | 11001001 | 1111001 | 10111 | 0 | 101000 | 10101 | 1011110 | 101011 | 111111 |
Color Harmonies of #9BC979
Complementary color
Monochromatic Colors of #9BC979
Black with #9BC979
Text Example
Text Example
White with #9BC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC979; }
p { color: rgb(155,201,121); }
H1.HeaderClassName
{
color: #9BC979;
}
.AnyTagClassName
{
color: #9BC979;
}
</style>
background-color css
<style>
a { background-color: #9BC979; }
a { background-color: rgb(155,201,121); }
div.DivClassName
{
background-color: #9BC979;
}
.BgClassName
{
background-color: #9BC979;
}
</style>
border-color css
<style>
span { border-color: #9BC979; }
span { border-color: rgb(155,201,121); }
td.TdClassName
{
border-color: #9BC979;
}
.TagClassName
{
border-color: #9BC979;
}
</style>