Shades of Gossip #9BCC7C
Tints of Gossip #9BCC7C
RGB
CMYK
RGB Variations
Color information
#9BCC7C (or 0x9BCC7C) is known color: Gossip. HEX triplet: 9B, CC and 7C. RGB value is (155,204,124). Sum of RGB (Red+Green+Blue) = 155+204+124=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC7C is #643383. Grayscale: #B4B4B4. Windows color (decimal): -6566788 or 8178843. OLE color: 8178843.
HSL color Cylindrical-coordinate representation of color #9BCC7C: hue angle of 96.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCC7C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 124 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.2 |
| HSL | 96.75º | 0.44% | 0.64% | - |
| HSV(B) | 96.75º | 0.39% | 0.8% | - |
| XYZ | 38.75 | 51.61 | 26.99 | - |
| YUV | 180.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 124 | 0.24 | 0 | 0.39 | 0.2 | 96.75 | 0.44 | 0.64 |
| Hex | 9B | CC | 7C | 18 | 0 | 27 | 14 | 61 | 2C | 40 |
| Octal | 233 | 314 | 174 | 30 | 0 | 47 | 24 | 141 | 54 | 100 |
| Binary | 10011011 | 11001100 | 1111100 | 11000 | 0 | 100111 | 10100 | 1100001 | 101100 | 1000000 |
Color Harmonies of #9BCC7C
Complementary color
Monochromatic Colors of #9BCC7C
Black with #9BCC7C
Text Example
Text Example
White with #9BCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC7C; }
p { color: rgb(155,204,124); }
H1.HeaderClassName
{
color: #9BCC7C;
}
.AnyTagClassName
{
color: #9BCC7C;
}
</style>
background-color css
<style>
a { background-color: #9BCC7C; }
a { background-color: rgb(155,204,124); }
div.DivClassName
{
background-color: #9BCC7C;
}
.BgClassName
{
background-color: #9BCC7C;
}
</style>
border-color css
<style>
span { border-color: #9BCC7C; }
span { border-color: rgb(155,204,124); }
td.TdClassName
{
border-color: #9BCC7C;
}
.TagClassName
{
border-color: #9BCC7C;
}
</style>