Shades of Gossip #9FCB88
Tints of Gossip #9FCB88
RGB
CMYK
RGB Variations
Color information
#9FCB88 (or 0x9FCB88) is known color: Gossip. HEX triplet: 9F, CB and 88. RGB value is (159,203,136). Sum of RGB (Red+Green+Blue) = 159+203+136=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB88 is #603477. Grayscale: #B6B6B6. Windows color (decimal): -6304888 or 8965023. OLE color: 8965023.
HSL color Cylindrical-coordinate representation of color #9FCB88: hue angle of 99.4º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCB88 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 136 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.20 |
| HSL | 99.4º | 0.39% | 0.66% | - |
| HSV(B) | 99.4º | 0.33% | 0.8% | - |
| XYZ | 40.1 | 51.86 | 31.19 | - |
| YUV | 182.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 136 | 0.22 | 0 | 0.33 | 0.20 | 99.4 | 0.39 | 0.66 |
| Hex | 9F | CB | 88 | 16 | 0 | 21 | 14 | 63 | 27 | 42 |
| Octal | 237 | 313 | 210 | 26 | 0 | 41 | 24 | 143 | 47 | 102 |
| Binary | 10011111 | 11001011 | 10001000 | 10110 | 0 | 100001 | 10100 | 1100011 | 100111 | 1000010 |
Color Harmonies of #9FCB88
Complementary color
Monochromatic Colors of #9FCB88
Black with #9FCB88
Text Example
Text Example
White with #9FCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB88; }
p { color: rgb(159,203,136); }
H1.HeaderClassName
{
color: #9FCB88;
}
.AnyTagClassName
{
color: #9FCB88;
}
</style>
background-color css
<style>
a { background-color: #9FCB88; }
a { background-color: rgb(159,203,136); }
div.DivClassName
{
background-color: #9FCB88;
}
.BgClassName
{
background-color: #9FCB88;
}
</style>
border-color css
<style>
span { border-color: #9FCB88; }
span { border-color: rgb(159,203,136); }
td.TdClassName
{
border-color: #9FCB88;
}
.TagClassName
{
border-color: #9FCB88;
}
</style>