Shades of Gossip #9FCF8C
Tints of Gossip #9FCF8C
RGB
CMYK
RGB Variations
Color information
#9FCF8C (or 0x9FCF8C) is known color: Gossip. HEX triplet: 9F, CF and 8C. RGB value is (159,207,140). Sum of RGB (Red+Green+Blue) = 159+207+140=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF8C is #603073. Grayscale: #B9B9B9. Windows color (decimal): -6303860 or 9228191. OLE color: 9228191.
HSL color Cylindrical-coordinate representation of color #9FCF8C: hue angle of 102.99º degrees, saturation: 0.41, 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 #9FCF8C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 140 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.19 |
| HSL | 102.99º | 0.41% | 0.68% | - |
| HSV(B) | 102.99º | 0.32% | 0.81% | - |
| XYZ | 41.34 | 53.89 | 33.03 | - |
| YUV | 185.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 140 | 0.23 | 0 | 0.32 | 0.19 | 102.99 | 0.41 | 0.68 |
| Hex | 9F | CF | 8C | 17 | 0 | 20 | 13 | 67 | 29 | 44 |
| Octal | 237 | 317 | 214 | 27 | 0 | 40 | 23 | 147 | 51 | 104 |
| Binary | 10011111 | 11001111 | 10001100 | 10111 | 0 | 100000 | 10011 | 1100111 | 101001 | 1000100 |
Color Harmonies of #9FCF8C
Complementary color
Monochromatic Colors of #9FCF8C
Black with #9FCF8C
Text Example
Text Example
White with #9FCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF8C; }
p { color: rgb(159,207,140); }
H1.HeaderClassName
{
color: #9FCF8C;
}
.AnyTagClassName
{
color: #9FCF8C;
}
</style>
background-color css
<style>
a { background-color: #9FCF8C; }
a { background-color: rgb(159,207,140); }
div.DivClassName
{
background-color: #9FCF8C;
}
.BgClassName
{
background-color: #9FCF8C;
}
</style>
border-color css
<style>
span { border-color: #9FCF8C; }
span { border-color: rgb(159,207,140); }
td.TdClassName
{
border-color: #9FCF8C;
}
.TagClassName
{
border-color: #9FCF8C;
}
</style>