Shades of Gossip #9FCD91
Tints of Gossip #9FCD91
RGB
CMYK
RGB Variations
Color information
#9FCD91 (or 0x9FCD91) is known color: Gossip. HEX triplet: 9F, CD and 91. RGB value is (159,205,145). Sum of RGB (Red+Green+Blue) = 159+205+145=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD91 is #60326E. Grayscale: #B8B8B8. Windows color (decimal): -6304367 or 9555359. OLE color: 9555359.
HSL color Cylindrical-coordinate representation of color #9FCD91: hue angle of 106º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCD91 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 145 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.20 |
| HSL | 106º | 0.38% | 0.69% | - |
| HSV(B) | 106º | 0.29% | 0.8% | - |
| XYZ | 41.24 | 53.08 | 34.86 | - |
| YUV | 184.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 145 | 0.22 | 0 | 0.29 | 0.20 | 106 | 0.38 | 0.69 |
| Hex | 9F | CD | 91 | 16 | 0 | 1D | 14 | 6A | 26 | 45 |
| Octal | 237 | 315 | 221 | 26 | 0 | 35 | 24 | 152 | 46 | 105 |
| Binary | 10011111 | 11001101 | 10010001 | 10110 | 0 | 11101 | 10100 | 1101010 | 100110 | 1000101 |
Color Harmonies of #9FCD91
Complementary color
Monochromatic Colors of #9FCD91
Black with #9FCD91
Text Example
Text Example
White with #9FCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD91; }
p { color: rgb(159,205,145); }
H1.HeaderClassName
{
color: #9FCD91;
}
.AnyTagClassName
{
color: #9FCD91;
}
</style>
background-color css
<style>
a { background-color: #9FCD91; }
a { background-color: rgb(159,205,145); }
div.DivClassName
{
background-color: #9FCD91;
}
.BgClassName
{
background-color: #9FCD91;
}
</style>
border-color css
<style>
span { border-color: #9FCD91; }
span { border-color: rgb(159,205,145); }
td.TdClassName
{
border-color: #9FCD91;
}
.TagClassName
{
border-color: #9FCD91;
}
</style>