Shades of Gossip #9BCE7C
Tints of Gossip #9BCE7C
RGB
CMYK
RGB Variations
Color information
#9BCE7C (or 0x9BCE7C) is known color: Gossip. HEX triplet: 9B, CE and 7C. RGB value is (155,206,124). Sum of RGB (Red+Green+Blue) = 155+206+124=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE7C is #643183. Grayscale: #B5B5B5. Windows color (decimal): -6566276 or 8179355. OLE color: 8179355.
HSL color Cylindrical-coordinate representation of color #9BCE7C: hue angle of 97.32º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BCE7C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 124 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.19 |
| HSL | 97.32º | 0.46% | 0.65% | - |
| HSV(B) | 97.32º | 0.4% | 0.81% | - |
| XYZ | 39.23 | 52.57 | 27.15 | - |
| YUV | 181.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 124 | 0.25 | 0 | 0.40 | 0.19 | 97.32 | 0.46 | 0.65 |
| Hex | 9B | CE | 7C | 19 | 0 | 28 | 13 | 61 | 2E | 41 |
| Octal | 233 | 316 | 174 | 31 | 0 | 50 | 23 | 141 | 56 | 101 |
| Binary | 10011011 | 11001110 | 1111100 | 11001 | 0 | 101000 | 10011 | 1100001 | 101110 | 1000001 |
Color Harmonies of #9BCE7C
Complementary color
Monochromatic Colors of #9BCE7C
Black with #9BCE7C
Text Example
Text Example
White with #9BCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE7C; }
p { color: rgb(155,206,124); }
H1.HeaderClassName
{
color: #9BCE7C;
}
.AnyTagClassName
{
color: #9BCE7C;
}
</style>
background-color css
<style>
a { background-color: #9BCE7C; }
a { background-color: rgb(155,206,124); }
div.DivClassName
{
background-color: #9BCE7C;
}
.BgClassName
{
background-color: #9BCE7C;
}
</style>
border-color css
<style>
span { border-color: #9BCE7C; }
span { border-color: rgb(155,206,124); }
td.TdClassName
{
border-color: #9BCE7C;
}
.TagClassName
{
border-color: #9BCE7C;
}
</style>