Shades of Gossip #96CA76
Tints of Gossip #96CA76
RGB
CMYK
RGB Variations
Color information
#96CA76 (or 0x96CA76) is known color: Gossip. HEX triplet: 96, CA and 76. RGB value is (150,202,118). Sum of RGB (Red+Green+Blue) = 150+202+118=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA76 is #693589. Grayscale: #B1B1B1. Windows color (decimal): -6894986 or 7785110. OLE color: 7785110.
HSL color Cylindrical-coordinate representation of color #96CA76: hue angle of 97.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96CA76 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 118 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.21 |
| HSL | 97.14º | 0.44% | 0.63% | - |
| HSV(B) | 97.14º | 0.42% | 0.79% | - |
| XYZ | 36.97 | 50.03 | 24.85 | - |
| YUV | 176.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 118 | 0.26 | 0 | 0.42 | 0.21 | 97.14 | 0.44 | 0.63 |
| Hex | 96 | CA | 76 | 1A | 0 | 2A | 15 | 61 | 2C | 3F |
| Octal | 226 | 312 | 166 | 32 | 0 | 52 | 25 | 141 | 54 | 77 |
| Binary | 10010110 | 11001010 | 1110110 | 11010 | 0 | 101010 | 10101 | 1100001 | 101100 | 111111 |
Color Harmonies of #96CA76
Complementary color
Monochromatic Colors of #96CA76
Black with #96CA76
Text Example
Text Example
White with #96CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA76; }
p { color: rgb(150,202,118); }
H1.HeaderClassName
{
color: #96CA76;
}
.AnyTagClassName
{
color: #96CA76;
}
</style>
background-color css
<style>
a { background-color: #96CA76; }
a { background-color: rgb(150,202,118); }
div.DivClassName
{
background-color: #96CA76;
}
.BgClassName
{
background-color: #96CA76;
}
</style>
border-color css
<style>
span { border-color: #96CA76; }
span { border-color: rgb(150,202,118); }
td.TdClassName
{
border-color: #96CA76;
}
.TagClassName
{
border-color: #96CA76;
}
</style>