Shades of Gossip #96D27E
Tints of Gossip #96D27E
RGB
CMYK
RGB Variations
Color information
#96D27E (or 0x96D27E) is known color: Gossip. HEX triplet: 96, D2 and 7E. RGB value is (150,210,126). Sum of RGB (Red+Green+Blue) = 150+210+126=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #96D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D27E is #692D81. Grayscale: #B6B6B6. Windows color (decimal): -6892930 or 8311446. OLE color: 8311446.
HSL color Cylindrical-coordinate representation of color #96D27E: hue angle of 102.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D27E is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 126 | - |
| CMYK | 0.29 | 0 | 0.4 | 0.18 |
| HSL | 102.86º | 0.48% | 0.66% | - |
| HSV(B) | 102.86º | 0.4% | 0.82% | - |
| XYZ | 39.39 | 54.08 | 28.1 | - |
| YUV | 182.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 126 | 0.29 | 0 | 0.4 | 0.18 | 102.86 | 0.48 | 0.66 |
| Hex | 96 | D2 | 7E | 1D | 0 | 28 | 12 | 67 | 30 | 42 |
| Octal | 226 | 322 | 176 | 35 | 0 | 50 | 22 | 147 | 60 | 102 |
| Binary | 10010110 | 11010010 | 1111110 | 11101 | 0 | 101000 | 10010 | 1100111 | 110000 | 1000010 |
Color Harmonies of #96D27E
Complementary color
Monochromatic Colors of #96D27E
Black with #96D27E
Text Example
Text Example
White with #96D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D27E; }
p { color: rgb(150,210,126); }
H1.HeaderClassName
{
color: #96D27E;
}
.AnyTagClassName
{
color: #96D27E;
}
</style>
background-color css
<style>
a { background-color: #96D27E; }
a { background-color: rgb(150,210,126); }
div.DivClassName
{
background-color: #96D27E;
}
.BgClassName
{
background-color: #96D27E;
}
</style>
border-color css
<style>
span { border-color: #96D27E; }
span { border-color: rgb(150,210,126); }
td.TdClassName
{
border-color: #96D27E;
}
.TagClassName
{
border-color: #96D27E;
}
</style>