Shades of Gossip #96C47D
Tints of Gossip #96C47D
RGB
CMYK
RGB Variations
Color information
#96C47D (or 0x96C47D) is known color: Gossip. HEX triplet: 96, C4 and 7D. RGB value is (150,196,125). Sum of RGB (Red+Green+Blue) = 150+196+125=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #96C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C47D is #693B82. Grayscale: #AEAEAE. Windows color (decimal): -6896515 or 8242326. OLE color: 8242326.
HSL color Cylindrical-coordinate representation of color #96C47D: hue angle of 98.87º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C47D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 125 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.23 |
| HSL | 98.87º | 0.38% | 0.63% | - |
| HSV(B) | 98.87º | 0.36% | 0.77% | - |
| XYZ | 36.02 | 47.44 | 26.66 | - |
| YUV | 174.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 125 | 0.23 | 0 | 0.36 | 0.23 | 98.87 | 0.38 | 0.63 |
| Hex | 96 | C4 | 7D | 17 | 0 | 24 | 17 | 63 | 26 | 3F |
| Octal | 226 | 304 | 175 | 27 | 0 | 44 | 27 | 143 | 46 | 77 |
| Binary | 10010110 | 11000100 | 1111101 | 10111 | 0 | 100100 | 10111 | 1100011 | 100110 | 111111 |
Color Harmonies of #96C47D
Complementary color
Monochromatic Colors of #96C47D
Black with #96C47D
Text Example
Text Example
White with #96C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C47D; }
p { color: rgb(150,196,125); }
H1.HeaderClassName
{
color: #96C47D;
}
.AnyTagClassName
{
color: #96C47D;
}
</style>
background-color css
<style>
a { background-color: #96C47D; }
a { background-color: rgb(150,196,125); }
div.DivClassName
{
background-color: #96C47D;
}
.BgClassName
{
background-color: #96C47D;
}
</style>
border-color css
<style>
span { border-color: #96C47D; }
span { border-color: rgb(150,196,125); }
td.TdClassName
{
border-color: #96C47D;
}
.TagClassName
{
border-color: #96C47D;
}
</style>