Shades of Gossip #9BCC76
Tints of Gossip #9BCC76
RGB
CMYK
RGB Variations
Color information
#9BCC76 (or 0x9BCC76) is known color: Gossip. HEX triplet: 9B, CC and 76. RGB value is (155,204,118). Sum of RGB (Red+Green+Blue) = 155+204+118=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC76 is #643389. Grayscale: #B3B3B3. Windows color (decimal): -6566794 or 7785627. OLE color: 7785627.
HSL color Cylindrical-coordinate representation of color #9BCC76: hue angle of 94.19º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BCC76 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 118 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.2 |
| HSL | 94.19º | 0.46% | 0.63% | - |
| HSV(B) | 94.19º | 0.42% | 0.8% | - |
| XYZ | 38.38 | 51.46 | 25.05 | - |
| YUV | 179.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 118 | 0.24 | 0 | 0.42 | 0.2 | 94.19 | 0.46 | 0.63 |
| Hex | 9B | CC | 76 | 18 | 0 | 2A | 14 | 5E | 2E | 3F |
| Octal | 233 | 314 | 166 | 30 | 0 | 52 | 24 | 136 | 56 | 77 |
| Binary | 10011011 | 11001100 | 1110110 | 11000 | 0 | 101010 | 10100 | 1011110 | 101110 | 111111 |
Color Harmonies of #9BCC76
Complementary color
Monochromatic Colors of #9BCC76
Black with #9BCC76
Text Example
Text Example
White with #9BCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC76; }
p { color: rgb(155,204,118); }
H1.HeaderClassName
{
color: #9BCC76;
}
.AnyTagClassName
{
color: #9BCC76;
}
</style>
background-color css
<style>
a { background-color: #9BCC76; }
a { background-color: rgb(155,204,118); }
div.DivClassName
{
background-color: #9BCC76;
}
.BgClassName
{
background-color: #9BCC76;
}
</style>
border-color css
<style>
span { border-color: #9BCC76; }
span { border-color: rgb(155,204,118); }
td.TdClassName
{
border-color: #9BCC76;
}
.TagClassName
{
border-color: #9BCC76;
}
</style>