Shades of Gossip #96D568
Tints of Gossip #96D568
RGB
CMYK
RGB Variations
Color information
#96D568 (or 0x96D568) is known color: Gossip. HEX triplet: 96, D5 and 68. RGB value is (150,213,104). Sum of RGB (Red+Green+Blue) = 150+213+104=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #96D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D568 is #692A97. Grayscale: #B6B6B6. Windows color (decimal): -6892184 or 6870422. OLE color: 6870422.
HSL color Cylindrical-coordinate representation of color #96D568: hue angle of 94.68º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D568 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 104 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.16 |
| HSL | 94.68º | 0.56% | 0.62% | - |
| HSV(B) | 94.68º | 0.51% | 0.84% | - |
| XYZ | 38.87 | 55.07 | 21.68 | - |
| YUV | 181.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 104 | 0.30 | 0 | 0.51 | 0.16 | 94.68 | 0.56 | 0.62 |
| Hex | 96 | D5 | 68 | 1E | 0 | 33 | 10 | 5F | 38 | 3E |
| Octal | 226 | 325 | 150 | 36 | 0 | 63 | 20 | 137 | 70 | 76 |
| Binary | 10010110 | 11010101 | 1101000 | 11110 | 0 | 110011 | 10000 | 1011111 | 111000 | 111110 |
Color Harmonies of #96D568
Complementary color
Monochromatic Colors of #96D568
Black with #96D568
Text Example
Text Example
White with #96D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D568; }
p { color: rgb(150,213,104); }
H1.HeaderClassName
{
color: #96D568;
}
.AnyTagClassName
{
color: #96D568;
}
</style>
background-color css
<style>
a { background-color: #96D568; }
a { background-color: rgb(150,213,104); }
div.DivClassName
{
background-color: #96D568;
}
.BgClassName
{
background-color: #96D568;
}
</style>
border-color css
<style>
span { border-color: #96D568; }
span { border-color: rgb(150,213,104); }
td.TdClassName
{
border-color: #96D568;
}
.TagClassName
{
border-color: #96D568;
}
</style>