Shades of Gossip #96C27F
Tints of Gossip #96C27F
RGB
CMYK
RGB Variations
Color information
#96C27F (or 0x96C27F) is known color: Gossip. HEX triplet: 96, C2 and 7F. RGB value is (150,194,127). Sum of RGB (Red+Green+Blue) = 150+194+127=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27F is #693D80. Grayscale: #ADADAD. Windows color (decimal): -6897025 or 8372886. OLE color: 8372886.
HSL color Cylindrical-coordinate representation of color #96C27F: hue angle of 99.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96C27F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 127 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.24 |
| HSL | 99.4º | 0.35% | 0.63% | - |
| HSV(B) | 99.4º | 0.35% | 0.76% | - |
| XYZ | 35.7 | 46.6 | 27.19 | - |
| YUV | 173.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 127 | 0.23 | 0 | 0.35 | 0.24 | 99.4 | 0.35 | 0.63 |
| Hex | 96 | C2 | 7F | 17 | 0 | 23 | 18 | 63 | 23 | 3F |
| Octal | 226 | 302 | 177 | 27 | 0 | 43 | 30 | 143 | 43 | 77 |
| Binary | 10010110 | 11000010 | 1111111 | 10111 | 0 | 100011 | 11000 | 1100011 | 100011 | 111111 |
Color Harmonies of #96C27F
Complementary color
Monochromatic Colors of #96C27F
Black with #96C27F
Text Example
Text Example
White with #96C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C27F; }
p { color: rgb(150,194,127); }
H1.HeaderClassName
{
color: #96C27F;
}
.AnyTagClassName
{
color: #96C27F;
}
</style>
background-color css
<style>
a { background-color: #96C27F; }
a { background-color: rgb(150,194,127); }
div.DivClassName
{
background-color: #96C27F;
}
.BgClassName
{
background-color: #96C27F;
}
</style>
border-color css
<style>
span { border-color: #96C27F; }
span { border-color: rgb(150,194,127); }
td.TdClassName
{
border-color: #96C27F;
}
.TagClassName
{
border-color: #96C27F;
}
</style>