Shades of Gossip #96D177
Tints of Gossip #96D177
RGB
CMYK
RGB Variations
Color information
#96D177 (or 0x96D177) is known color: Gossip. HEX triplet: 96, D1 and 77. RGB value is (150,209,119). Sum of RGB (Red+Green+Blue) = 150+209+119=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #96D177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D177 is #692E88. Grayscale: #B5B5B5. Windows color (decimal): -6893193 or 7852438. OLE color: 7852438.
HSL color Cylindrical-coordinate representation of color #96D177: hue angle of 99.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96D177 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 119 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.18 |
| HSL | 99.33º | 0.49% | 0.64% | - |
| HSV(B) | 99.33º | 0.43% | 0.82% | - |
| XYZ | 38.71 | 53.42 | 25.72 | - |
| YUV | 181.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 119 | 0.28 | 0 | 0.43 | 0.18 | 99.33 | 0.49 | 0.64 |
| Hex | 96 | D1 | 77 | 1C | 0 | 2B | 12 | 63 | 31 | 40 |
| Octal | 226 | 321 | 167 | 34 | 0 | 53 | 22 | 143 | 61 | 100 |
| Binary | 10010110 | 11010001 | 1110111 | 11100 | 0 | 101011 | 10010 | 1100011 | 110001 | 1000000 |
Color Harmonies of #96D177
Complementary color
Monochromatic Colors of #96D177
Black with #96D177
Text Example
Text Example
White with #96D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D177; }
p { color: rgb(150,209,119); }
H1.HeaderClassName
{
color: #96D177;
}
.AnyTagClassName
{
color: #96D177;
}
</style>
background-color css
<style>
a { background-color: #96D177; }
a { background-color: rgb(150,209,119); }
div.DivClassName
{
background-color: #96D177;
}
.BgClassName
{
background-color: #96D177;
}
</style>
border-color css
<style>
span { border-color: #96D177; }
span { border-color: rgb(150,209,119); }
td.TdClassName
{
border-color: #96D177;
}
.TagClassName
{
border-color: #96D177;
}
</style>