Shades of Gossip #9FCE7B
Tints of Gossip #9FCE7B
RGB
CMYK
RGB Variations
Color information
#9FCE7B (or 0x9FCE7B) is known color: Gossip. HEX triplet: 9F, CE and 7B. RGB value is (159,206,123). Sum of RGB (Red+Green+Blue) = 159+206+123=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE7B is #603184. Grayscale: #B6B6B6. Windows color (decimal): -6304133 or 8113823. OLE color: 8113823.
HSL color Cylindrical-coordinate representation of color #9FCE7B: hue angle of 93.98º 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 #9FCE7B is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 123 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.19 |
| HSL | 93.98º | 0.46% | 0.65% | - |
| HSV(B) | 93.98º | 0.4% | 0.81% | - |
| XYZ | 39.94 | 52.94 | 26.85 | - |
| YUV | 182.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 123 | 0.23 | 0 | 0.40 | 0.19 | 93.98 | 0.46 | 0.65 |
| Hex | 9F | CE | 7B | 17 | 0 | 28 | 13 | 5E | 2E | 41 |
| Octal | 237 | 316 | 173 | 27 | 0 | 50 | 23 | 136 | 56 | 101 |
| Binary | 10011111 | 11001110 | 1111011 | 10111 | 0 | 101000 | 10011 | 1011110 | 101110 | 1000001 |
Color Harmonies of #9FCE7B
Complementary color
Monochromatic Colors of #9FCE7B
Black with #9FCE7B
Text Example
Text Example
White with #9FCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE7B; }
p { color: rgb(159,206,123); }
H1.HeaderClassName
{
color: #9FCE7B;
}
.AnyTagClassName
{
color: #9FCE7B;
}
</style>
background-color css
<style>
a { background-color: #9FCE7B; }
a { background-color: rgb(159,206,123); }
div.DivClassName
{
background-color: #9FCE7B;
}
.BgClassName
{
background-color: #9FCE7B;
}
</style>
border-color css
<style>
span { border-color: #9FCE7B; }
span { border-color: rgb(159,206,123); }
td.TdClassName
{
border-color: #9FCE7B;
}
.TagClassName
{
border-color: #9FCE7B;
}
</style>