Shades of Gossip #9FCE8C
Tints of Gossip #9FCE8C
RGB
CMYK
RGB Variations
Color information
#9FCE8C (or 0x9FCE8C) is known color: Gossip. HEX triplet: 9F, CE and 8C. RGB value is (159,206,140). Sum of RGB (Red+Green+Blue) = 159+206+140=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE8C is #603173. Grayscale: #B8B8B8. Windows color (decimal): -6304116 or 9227935. OLE color: 9227935.
HSL color Cylindrical-coordinate representation of color #9FCE8C: hue angle of 102.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCE8C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 140 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.19 |
| HSL | 102.73º | 0.4% | 0.68% | - |
| HSV(B) | 102.73º | 0.32% | 0.81% | - |
| XYZ | 41.1 | 53.41 | 32.95 | - |
| YUV | 184.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 140 | 0.23 | 0 | 0.32 | 0.19 | 102.73 | 0.4 | 0.68 |
| Hex | 9F | CE | 8C | 17 | 0 | 20 | 13 | 67 | 28 | 44 |
| Octal | 237 | 316 | 214 | 27 | 0 | 40 | 23 | 147 | 50 | 104 |
| Binary | 10011111 | 11001110 | 10001100 | 10111 | 0 | 100000 | 10011 | 1100111 | 101000 | 1000100 |
Color Harmonies of #9FCE8C
Complementary color
Monochromatic Colors of #9FCE8C
Black with #9FCE8C
Text Example
Text Example
White with #9FCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE8C; }
p { color: rgb(159,206,140); }
H1.HeaderClassName
{
color: #9FCE8C;
}
.AnyTagClassName
{
color: #9FCE8C;
}
</style>
background-color css
<style>
a { background-color: #9FCE8C; }
a { background-color: rgb(159,206,140); }
div.DivClassName
{
background-color: #9FCE8C;
}
.BgClassName
{
background-color: #9FCE8C;
}
</style>
border-color css
<style>
span { border-color: #9FCE8C; }
span { border-color: rgb(159,206,140); }
td.TdClassName
{
border-color: #9FCE8C;
}
.TagClassName
{
border-color: #9FCE8C;
}
</style>