Shades of Gossip #9BCC7E
Tints of Gossip #9BCC7E
RGB
CMYK
RGB Variations
Color information
#9BCC7E (or 0x9BCC7E) is known color: Gossip. HEX triplet: 9B, CC and 7E. RGB value is (155,204,126). Sum of RGB (Red+Green+Blue) = 155+204+126=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC7E is #643381. Grayscale: #B4B4B4. Windows color (decimal): -6566786 or 8309915. OLE color: 8309915.
HSL color Cylindrical-coordinate representation of color #9BCC7E: hue angle of 97.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCC7E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 126 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.2 |
| HSL | 97.69º | 0.43% | 0.65% | - |
| HSV(B) | 97.69º | 0.38% | 0.8% | - |
| XYZ | 38.88 | 51.66 | 27.66 | - |
| YUV | 180.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 126 | 0.24 | 0 | 0.38 | 0.2 | 97.69 | 0.43 | 0.65 |
| Hex | 9B | CC | 7E | 18 | 0 | 26 | 14 | 62 | 2B | 41 |
| Octal | 233 | 314 | 176 | 30 | 0 | 46 | 24 | 142 | 53 | 101 |
| Binary | 10011011 | 11001100 | 1111110 | 11000 | 0 | 100110 | 10100 | 1100010 | 101011 | 1000001 |
Color Harmonies of #9BCC7E
Complementary color
Monochromatic Colors of #9BCC7E
Black with #9BCC7E
Text Example
Text Example
White with #9BCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC7E; }
p { color: rgb(155,204,126); }
H1.HeaderClassName
{
color: #9BCC7E;
}
.AnyTagClassName
{
color: #9BCC7E;
}
</style>
background-color css
<style>
a { background-color: #9BCC7E; }
a { background-color: rgb(155,204,126); }
div.DivClassName
{
background-color: #9BCC7E;
}
.BgClassName
{
background-color: #9BCC7E;
}
</style>
border-color css
<style>
span { border-color: #9BCC7E; }
span { border-color: rgb(155,204,126); }
td.TdClassName
{
border-color: #9BCC7E;
}
.TagClassName
{
border-color: #9BCC7E;
}
</style>