Shades of Gossip #96C485
Tints of Gossip #96C485
RGB
CMYK
RGB Variations
Color information
#96C485 (or 0x96C485) is known color: Gossip. HEX triplet: 96, C4 and 85. RGB value is (150,196,133). Sum of RGB (Red+Green+Blue) = 150+196+133=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #96C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C485 is #693B7A. Grayscale: #AFAFAF. Windows color (decimal): -6896507 or 8766614. OLE color: 8766614.
HSL color Cylindrical-coordinate representation of color #96C485: hue angle of 103.81º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96C485 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 133 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.23 |
| HSL | 103.81º | 0.35% | 0.65% | - |
| HSV(B) | 103.81º | 0.32% | 0.77% | - |
| XYZ | 36.55 | 47.66 | 29.46 | - |
| YUV | 175.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 133 | 0.23 | 0 | 0.32 | 0.23 | 103.81 | 0.35 | 0.65 |
| Hex | 96 | C4 | 85 | 17 | 0 | 20 | 17 | 68 | 23 | 41 |
| Octal | 226 | 304 | 205 | 27 | 0 | 40 | 27 | 150 | 43 | 101 |
| Binary | 10010110 | 11000100 | 10000101 | 10111 | 0 | 100000 | 10111 | 1101000 | 100011 | 1000001 |
Color Harmonies of #96C485
Complementary color
Monochromatic Colors of #96C485
Black with #96C485
Text Example
Text Example
White with #96C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C485; }
p { color: rgb(150,196,133); }
H1.HeaderClassName
{
color: #96C485;
}
.AnyTagClassName
{
color: #96C485;
}
</style>
background-color css
<style>
a { background-color: #96C485; }
a { background-color: rgb(150,196,133); }
div.DivClassName
{
background-color: #96C485;
}
.BgClassName
{
background-color: #96C485;
}
</style>
border-color css
<style>
span { border-color: #96C485; }
span { border-color: rgb(150,196,133); }
td.TdClassName
{
border-color: #96C485;
}
.TagClassName
{
border-color: #96C485;
}
</style>