Shades of Gossip #96D77B
Tints of Gossip #96D77B
RGB
CMYK
RGB Variations
Color information
#96D77B (or 0x96D77B) is known color: Gossip. HEX triplet: 96, D7 and 7B. RGB value is (150,215,123). Sum of RGB (Red+Green+Blue) = 150+215+123=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #96D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D77B is #692884. Grayscale: #B9B9B9. Windows color (decimal): -6891653 or 8116118. OLE color: 8116118.
HSL color Cylindrical-coordinate representation of color #96D77B: hue angle of 102.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96D77B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 123 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.16 |
| HSL | 102.39º | 0.53% | 0.66% | - |
| HSV(B) | 102.39º | 0.43% | 0.84% | - |
| XYZ | 40.45 | 56.51 | 27.52 | - |
| YUV | 185.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 123 | 0.30 | 0 | 0.43 | 0.16 | 102.39 | 0.53 | 0.66 |
| Hex | 96 | D7 | 7B | 1E | 0 | 2B | 10 | 66 | 35 | 42 |
| Octal | 226 | 327 | 173 | 36 | 0 | 53 | 20 | 146 | 65 | 102 |
| Binary | 10010110 | 11010111 | 1111011 | 11110 | 0 | 101011 | 10000 | 1100110 | 110101 | 1000010 |
Color Harmonies of #96D77B
Complementary color
Monochromatic Colors of #96D77B
Black with #96D77B
Text Example
Text Example
White with #96D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D77B; }
p { color: rgb(150,215,123); }
H1.HeaderClassName
{
color: #96D77B;
}
.AnyTagClassName
{
color: #96D77B;
}
</style>
background-color css
<style>
a { background-color: #96D77B; }
a { background-color: rgb(150,215,123); }
div.DivClassName
{
background-color: #96D77B;
}
.BgClassName
{
background-color: #96D77B;
}
</style>
border-color css
<style>
span { border-color: #96D77B; }
span { border-color: rgb(150,215,123); }
td.TdClassName
{
border-color: #96D77B;
}
.TagClassName
{
border-color: #96D77B;
}
</style>