Shades of Gossip #96C484
Tints of Gossip #96C484
RGB
CMYK
RGB Variations
Color information
#96C484 (or 0x96C484) is known color: Gossip. HEX triplet: 96, C4 and 84. RGB value is (150,196,132). Sum of RGB (Red+Green+Blue) = 150+196+132=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #96C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C484 is #693B7B. Grayscale: #AFAFAF. Windows color (decimal): -6896508 or 8701078. OLE color: 8701078.
HSL color Cylindrical-coordinate representation of color #96C484: hue angle of 103.12º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96C484 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 132 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.23 |
| HSL | 103.13º | 0.35% | 0.64% | - |
| HSV(B) | 103.13º | 0.33% | 0.77% | - |
| XYZ | 36.48 | 47.63 | 29.1 | - |
| YUV | 174.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 132 | 0.23 | 0 | 0.33 | 0.23 | 103.13 | 0.35 | 0.64 |
| Hex | 96 | C4 | 84 | 17 | 0 | 21 | 17 | 67 | 23 | 40 |
| Octal | 226 | 304 | 204 | 27 | 0 | 41 | 27 | 147 | 43 | 100 |
| Binary | 10010110 | 11000100 | 10000100 | 10111 | 0 | 100001 | 10111 | 1100111 | 100011 | 1000000 |
Color Harmonies of #96C484
Complementary color
Monochromatic Colors of #96C484
Black with #96C484
Text Example
Text Example
White with #96C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C484; }
p { color: rgb(150,196,132); }
H1.HeaderClassName
{
color: #96C484;
}
.AnyTagClassName
{
color: #96C484;
}
</style>
background-color css
<style>
a { background-color: #96C484; }
a { background-color: rgb(150,196,132); }
div.DivClassName
{
background-color: #96C484;
}
.BgClassName
{
background-color: #96C484;
}
</style>
border-color css
<style>
span { border-color: #96C484; }
span { border-color: rgb(150,196,132); }
td.TdClassName
{
border-color: #96C484;
}
.TagClassName
{
border-color: #96C484;
}
</style>