Shades of Gossip #9FCC85
Tints of Gossip #9FCC85
RGB
CMYK
RGB Variations
Color information
#9FCC85 (or 0x9FCC85) is known color: Gossip. HEX triplet: 9F, CC and 85. RGB value is (159,204,133). Sum of RGB (Red+Green+Blue) = 159+204+133=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC85 is #60337A. Grayscale: #B6B6B6. Windows color (decimal): -6304635 or 8768671. OLE color: 8768671.
HSL color Cylindrical-coordinate representation of color #9FCC85: hue angle of 98.03º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCC85 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 133 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.2 |
| HSL | 98.03º | 0.41% | 0.66% | - |
| HSV(B) | 98.03º | 0.35% | 0.8% | - |
| XYZ | 40.12 | 52.25 | 30.16 | - |
| YUV | 182.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 133 | 0.22 | 0 | 0.35 | 0.2 | 98.03 | 0.41 | 0.66 |
| Hex | 9F | CC | 85 | 16 | 0 | 23 | 14 | 62 | 29 | 42 |
| Octal | 237 | 314 | 205 | 26 | 0 | 43 | 24 | 142 | 51 | 102 |
| Binary | 10011111 | 11001100 | 10000101 | 10110 | 0 | 100011 | 10100 | 1100010 | 101001 | 1000010 |
Color Harmonies of #9FCC85
Complementary color
Monochromatic Colors of #9FCC85
Black with #9FCC85
Text Example
Text Example
White with #9FCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC85; }
p { color: rgb(159,204,133); }
H1.HeaderClassName
{
color: #9FCC85;
}
.AnyTagClassName
{
color: #9FCC85;
}
</style>
background-color css
<style>
a { background-color: #9FCC85; }
a { background-color: rgb(159,204,133); }
div.DivClassName
{
background-color: #9FCC85;
}
.BgClassName
{
background-color: #9FCC85;
}
</style>
border-color css
<style>
span { border-color: #9FCC85; }
span { border-color: rgb(159,204,133); }
td.TdClassName
{
border-color: #9FCC85;
}
.TagClassName
{
border-color: #9FCC85;
}
</style>