Shades of Gossip #9FCB91
Tints of Gossip #9FCB91
RGB
CMYK
RGB Variations
Color information
#9FCB91 (or 0x9FCB91) is known color: Gossip. HEX triplet: 9F, CB and 91. RGB value is (159,203,145). Sum of RGB (Red+Green+Blue) = 159+203+145=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB91 is #60346E. Grayscale: #B7B7B7. Windows color (decimal): -6304879 or 9554847. OLE color: 9554847.
HSL color Cylindrical-coordinate representation of color #9FCB91: hue angle of 105.52º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCB91 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 145 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.20 |
| HSL | 105.52º | 0.36% | 0.68% | - |
| HSV(B) | 105.52º | 0.29% | 0.8% | - |
| XYZ | 40.76 | 52.13 | 34.7 | - |
| YUV | 183.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 145 | 0.22 | 0 | 0.29 | 0.20 | 105.52 | 0.36 | 0.68 |
| Hex | 9F | CB | 91 | 16 | 0 | 1D | 14 | 6A | 24 | 44 |
| Octal | 237 | 313 | 221 | 26 | 0 | 35 | 24 | 152 | 44 | 104 |
| Binary | 10011111 | 11001011 | 10010001 | 10110 | 0 | 11101 | 10100 | 1101010 | 100100 | 1000100 |
Color Harmonies of #9FCB91
Complementary color
Monochromatic Colors of #9FCB91
Black with #9FCB91
Text Example
Text Example
White with #9FCB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB91; }
p { color: rgb(159,203,145); }
H1.HeaderClassName
{
color: #9FCB91;
}
.AnyTagClassName
{
color: #9FCB91;
}
</style>
background-color css
<style>
a { background-color: #9FCB91; }
a { background-color: rgb(159,203,145); }
div.DivClassName
{
background-color: #9FCB91;
}
.BgClassName
{
background-color: #9FCB91;
}
</style>
border-color css
<style>
span { border-color: #9FCB91; }
span { border-color: rgb(159,203,145); }
td.TdClassName
{
border-color: #9FCB91;
}
.TagClassName
{
border-color: #9FCB91;
}
</style>