Shades of Gossip #96D469
Tints of Gossip #96D469
RGB
CMYK
RGB Variations
Color information
#96D469 (or 0x96D469) is known color: Gossip. HEX triplet: 96, D4 and 69. RGB value is (150,212,105). Sum of RGB (Red+Green+Blue) = 150+212+105=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #96D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D469 is #692B96. Grayscale: #B5B5B5. Windows color (decimal): -6892439 or 6935702. OLE color: 6935702.
HSL color Cylindrical-coordinate representation of color #96D469: hue angle of 94.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96D469 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 105 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.17 |
| HSL | 94.77º | 0.55% | 0.62% | - |
| HSV(B) | 94.77º | 0.5% | 0.83% | - |
| XYZ | 38.67 | 54.59 | 21.86 | - |
| YUV | 181.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 105 | 0.29 | 0 | 0.50 | 0.17 | 94.77 | 0.55 | 0.62 |
| Hex | 96 | D4 | 69 | 1D | 0 | 32 | 11 | 5F | 37 | 3E |
| Octal | 226 | 324 | 151 | 35 | 0 | 62 | 21 | 137 | 67 | 76 |
| Binary | 10010110 | 11010100 | 1101001 | 11101 | 0 | 110010 | 10001 | 1011111 | 110111 | 111110 |
Color Harmonies of #96D469
Complementary color
Monochromatic Colors of #96D469
Black with #96D469
Text Example
Text Example
White with #96D469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D469; }
p { color: rgb(150,212,105); }
H1.HeaderClassName
{
color: #96D469;
}
.AnyTagClassName
{
color: #96D469;
}
</style>
background-color css
<style>
a { background-color: #96D469; }
a { background-color: rgb(150,212,105); }
div.DivClassName
{
background-color: #96D469;
}
.BgClassName
{
background-color: #96D469;
}
</style>
border-color css
<style>
span { border-color: #96D469; }
span { border-color: rgb(150,212,105); }
td.TdClassName
{
border-color: #96D469;
}
.TagClassName
{
border-color: #96D469;
}
</style>