Shades of Gossip #9BCF7C
Tints of Gossip #9BCF7C
RGB
CMYK
RGB Variations
Color information
#9BCF7C (or 0x9BCF7C) is known color: Gossip. HEX triplet: 9B, CF and 7C. RGB value is (155,207,124). Sum of RGB (Red+Green+Blue) = 155+207+124=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF7C is #643083. Grayscale: #B6B6B6. Windows color (decimal): -6566020 or 8179611. OLE color: 8179611.
HSL color Cylindrical-coordinate representation of color #9BCF7C: hue angle of 97.59º 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 #9BCF7C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 124 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.19 |
| HSL | 97.59º | 0.46% | 0.65% | - |
| HSV(B) | 97.59º | 0.4% | 0.81% | - |
| XYZ | 39.47 | 53.05 | 27.23 | - |
| YUV | 181.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 124 | 0.25 | 0 | 0.40 | 0.19 | 97.59 | 0.46 | 0.65 |
| Hex | 9B | CF | 7C | 19 | 0 | 28 | 13 | 62 | 2E | 41 |
| Octal | 233 | 317 | 174 | 31 | 0 | 50 | 23 | 142 | 56 | 101 |
| Binary | 10011011 | 11001111 | 1111100 | 11001 | 0 | 101000 | 10011 | 1100010 | 101110 | 1000001 |
Color Harmonies of #9BCF7C
Complementary color
Monochromatic Colors of #9BCF7C
Black with #9BCF7C
Text Example
Text Example
White with #9BCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF7C; }
p { color: rgb(155,207,124); }
H1.HeaderClassName
{
color: #9BCF7C;
}
.AnyTagClassName
{
color: #9BCF7C;
}
</style>
background-color css
<style>
a { background-color: #9BCF7C; }
a { background-color: rgb(155,207,124); }
div.DivClassName
{
background-color: #9BCF7C;
}
.BgClassName
{
background-color: #9BCF7C;
}
</style>
border-color css
<style>
span { border-color: #9BCF7C; }
span { border-color: rgb(155,207,124); }
td.TdClassName
{
border-color: #9BCF7C;
}
.TagClassName
{
border-color: #9BCF7C;
}
</style>