Shades of Gossip #96D57E
Tints of Gossip #96D57E
RGB
CMYK
RGB Variations
Color information
#96D57E (or 0x96D57E) is known color: Gossip. HEX triplet: 96, D5 and 7E. RGB value is (150,213,126). Sum of RGB (Red+Green+Blue) = 150+213+126=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #96D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D57E is #692A81. Grayscale: #B8B8B8. Windows color (decimal): -6892162 or 8312214. OLE color: 8312214.
HSL color Cylindrical-coordinate representation of color #96D57E: hue angle of 103.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D57E is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 126 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.16 |
| HSL | 103.45º | 0.51% | 0.66% | - |
| HSV(B) | 103.45º | 0.41% | 0.84% | - |
| XYZ | 40.14 | 55.58 | 28.35 | - |
| YUV | 184.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 126 | 0.30 | 0 | 0.41 | 0.16 | 103.45 | 0.51 | 0.66 |
| Hex | 96 | D5 | 7E | 1E | 0 | 29 | 10 | 67 | 33 | 42 |
| Octal | 226 | 325 | 176 | 36 | 0 | 51 | 20 | 147 | 63 | 102 |
| Binary | 10010110 | 11010101 | 1111110 | 11110 | 0 | 101001 | 10000 | 1100111 | 110011 | 1000010 |
Color Harmonies of #96D57E
Complementary color
Monochromatic Colors of #96D57E
Black with #96D57E
Text Example
Text Example
White with #96D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D57E; }
p { color: rgb(150,213,126); }
H1.HeaderClassName
{
color: #96D57E;
}
.AnyTagClassName
{
color: #96D57E;
}
</style>
background-color css
<style>
a { background-color: #96D57E; }
a { background-color: rgb(150,213,126); }
div.DivClassName
{
background-color: #96D57E;
}
.BgClassName
{
background-color: #96D57E;
}
</style>
border-color css
<style>
span { border-color: #96D57E; }
span { border-color: rgb(150,213,126); }
td.TdClassName
{
border-color: #96D57E;
}
.TagClassName
{
border-color: #96D57E;
}
</style>