Shades of Gossip #9FCD88
Tints of Gossip #9FCD88
RGB
CMYK
RGB Variations
Color information
#9FCD88 (or 0x9FCD88) is known color: Gossip. HEX triplet: 9F, CD and 88. RGB value is (159,205,136). Sum of RGB (Red+Green+Blue) = 159+205+136=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD88 is #603277. Grayscale: #B7B7B7. Windows color (decimal): -6304376 or 8965535. OLE color: 8965535.
HSL color Cylindrical-coordinate representation of color #9FCD88: hue angle of 100º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCD88 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 136 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.20 |
| HSL | 100º | 0.41% | 0.67% | - |
| HSV(B) | 100º | 0.34% | 0.8% | - |
| XYZ | 40.57 | 52.81 | 31.35 | - |
| YUV | 183.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 136 | 0.22 | 0 | 0.34 | 0.20 | 100 | 0.41 | 0.67 |
| Hex | 9F | CD | 88 | 16 | 0 | 22 | 14 | 64 | 29 | 43 |
| Octal | 237 | 315 | 210 | 26 | 0 | 42 | 24 | 144 | 51 | 103 |
| Binary | 10011111 | 11001101 | 10001000 | 10110 | 0 | 100010 | 10100 | 1100100 | 101001 | 1000011 |
Color Harmonies of #9FCD88
Complementary color
Monochromatic Colors of #9FCD88
Black with #9FCD88
Text Example
Text Example
White with #9FCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD88; }
p { color: rgb(159,205,136); }
H1.HeaderClassName
{
color: #9FCD88;
}
.AnyTagClassName
{
color: #9FCD88;
}
</style>
background-color css
<style>
a { background-color: #9FCD88; }
a { background-color: rgb(159,205,136); }
div.DivClassName
{
background-color: #9FCD88;
}
.BgClassName
{
background-color: #9FCD88;
}
</style>
border-color css
<style>
span { border-color: #9FCD88; }
span { border-color: rgb(159,205,136); }
td.TdClassName
{
border-color: #9FCD88;
}
.TagClassName
{
border-color: #9FCD88;
}
</style>