Shades of Gossip #96CC8D
Tints of Gossip #96CC8D
RGB
CMYK
RGB Variations
Color information
#96CC8D (or 0x96CC8D) is known color: Gossip. HEX triplet: 96, CC and 8D. RGB value is (150,204,141). Sum of RGB (Red+Green+Blue) = 150+204+141=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC8D is #693372. Grayscale: #B4B4B4. Windows color (decimal): -6894451 or 9292950. OLE color: 9292950.
HSL color Cylindrical-coordinate representation of color #96CC8D: hue angle of 111.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CC8D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 141 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.2 |
| HSL | 111.43º | 0.38% | 0.68% | - |
| HSV(B) | 111.43º | 0.31% | 0.8% | - |
| XYZ | 38.98 | 51.59 | 33.1 | - |
| YUV | 180.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 141 | 0.26 | 0 | 0.31 | 0.2 | 111.43 | 0.38 | 0.68 |
| Hex | 96 | CC | 8D | 1A | 0 | 1F | 14 | 6F | 26 | 44 |
| Octal | 226 | 314 | 215 | 32 | 0 | 37 | 24 | 157 | 46 | 104 |
| Binary | 10010110 | 11001100 | 10001101 | 11010 | 0 | 11111 | 10100 | 1101111 | 100110 | 1000100 |
Color Harmonies of #96CC8D
Complementary color
Monochromatic Colors of #96CC8D
Black with #96CC8D
Text Example
Text Example
White with #96CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC8D; }
p { color: rgb(150,204,141); }
H1.HeaderClassName
{
color: #96CC8D;
}
.AnyTagClassName
{
color: #96CC8D;
}
</style>
background-color css
<style>
a { background-color: #96CC8D; }
a { background-color: rgb(150,204,141); }
div.DivClassName
{
background-color: #96CC8D;
}
.BgClassName
{
background-color: #96CC8D;
}
</style>
border-color css
<style>
span { border-color: #96CC8D; }
span { border-color: rgb(150,204,141); }
td.TdClassName
{
border-color: #96CC8D;
}
.TagClassName
{
border-color: #96CC8D;
}
</style>