Shades of Gossip #9FCC83
Tints of Gossip #9FCC83
RGB
CMYK
RGB Variations
Color information
#9FCC83 (or 0x9FCC83) is known color: Gossip. HEX triplet: 9F, CC and 83. RGB value is (159,204,131). Sum of RGB (Red+Green+Blue) = 159+204+131=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC83 is #60337C. Grayscale: #B6B6B6. Windows color (decimal): -6304637 or 8637599. OLE color: 8637599.
HSL color Cylindrical-coordinate representation of color #9FCC83: hue angle of 96.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCC83 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 131 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.2 |
| HSL | 96.99º | 0.42% | 0.66% | - |
| HSV(B) | 96.99º | 0.36% | 0.8% | - |
| XYZ | 39.99 | 52.2 | 29.44 | - |
| YUV | 182.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 131 | 0.22 | 0 | 0.36 | 0.2 | 96.99 | 0.42 | 0.66 |
| Hex | 9F | CC | 83 | 16 | 0 | 24 | 14 | 61 | 2A | 42 |
| Octal | 237 | 314 | 203 | 26 | 0 | 44 | 24 | 141 | 52 | 102 |
| Binary | 10011111 | 11001100 | 10000011 | 10110 | 0 | 100100 | 10100 | 1100001 | 101010 | 1000010 |
Color Harmonies of #9FCC83
Complementary color
Monochromatic Colors of #9FCC83
Black with #9FCC83
Text Example
Text Example
White with #9FCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC83; }
p { color: rgb(159,204,131); }
H1.HeaderClassName
{
color: #9FCC83;
}
.AnyTagClassName
{
color: #9FCC83;
}
</style>
background-color css
<style>
a { background-color: #9FCC83; }
a { background-color: rgb(159,204,131); }
div.DivClassName
{
background-color: #9FCC83;
}
.BgClassName
{
background-color: #9FCC83;
}
</style>
border-color css
<style>
span { border-color: #9FCC83; }
span { border-color: rgb(159,204,131); }
td.TdClassName
{
border-color: #9FCC83;
}
.TagClassName
{
border-color: #9FCC83;
}
</style>