Shades of Gossip #9FCB82
Tints of Gossip #9FCB82
RGB
CMYK
RGB Variations
Color information
#9FCB82 (or 0x9FCB82) is known color: Gossip. HEX triplet: 9F, CB and 82. RGB value is (159,203,130). Sum of RGB (Red+Green+Blue) = 159+203+130=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB82 is #60347D. Grayscale: #B5B5B5. Windows color (decimal): -6304894 or 8571807. OLE color: 8571807.
HSL color Cylindrical-coordinate representation of color #9FCB82: hue angle of 96.16º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCB82 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 130 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.20 |
| HSL | 96.16º | 0.41% | 0.65% | - |
| HSV(B) | 96.16º | 0.36% | 0.8% | - |
| XYZ | 39.68 | 51.69 | 29.01 | - |
| YUV | 181.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 130 | 0.22 | 0 | 0.36 | 0.20 | 96.16 | 0.41 | 0.65 |
| Hex | 9F | CB | 82 | 16 | 0 | 24 | 14 | 60 | 29 | 41 |
| Octal | 237 | 313 | 202 | 26 | 0 | 44 | 24 | 140 | 51 | 101 |
| Binary | 10011111 | 11001011 | 10000010 | 10110 | 0 | 100100 | 10100 | 1100000 | 101001 | 1000001 |
Color Harmonies of #9FCB82
Complementary color
Monochromatic Colors of #9FCB82
Black with #9FCB82
Text Example
Text Example
White with #9FCB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB82; }
p { color: rgb(159,203,130); }
H1.HeaderClassName
{
color: #9FCB82;
}
.AnyTagClassName
{
color: #9FCB82;
}
</style>
background-color css
<style>
a { background-color: #9FCB82; }
a { background-color: rgb(159,203,130); }
div.DivClassName
{
background-color: #9FCB82;
}
.BgClassName
{
background-color: #9FCB82;
}
</style>
border-color css
<style>
span { border-color: #9FCB82; }
span { border-color: rgb(159,203,130); }
td.TdClassName
{
border-color: #9FCB82;
}
.TagClassName
{
border-color: #9FCB82;
}
</style>