Shades of Gossip #91D16E
Tints of Gossip #91D16E
RGB
CMYK
RGB Variations
Color information
#91D16E (or 0x91D16E) is known color: Gossip. HEX triplet: 91, D1 and 6E. RGB value is (145,209,110). Sum of RGB (Red+Green+Blue) = 145+209+110=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #91D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D16E is #6E2E91. Grayscale: #B2B2B2. Windows color (decimal): -7220882 or 7262609. OLE color: 7262609.
HSL color Cylindrical-coordinate representation of color #91D16E: hue angle of 98.79º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91D16E is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 110 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.18 |
| HSL | 98.79º | 0.52% | 0.63% | - |
| HSV(B) | 98.79º | 0.47% | 0.82% | - |
| XYZ | 37.29 | 52.75 | 22.97 | - |
| YUV | 178.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 110 | 0.31 | 0 | 0.47 | 0.18 | 98.79 | 0.52 | 0.63 |
| Hex | 91 | D1 | 6E | 1F | 0 | 2F | 12 | 63 | 34 | 3F |
| Octal | 221 | 321 | 156 | 37 | 0 | 57 | 22 | 143 | 64 | 77 |
| Binary | 10010001 | 11010001 | 1101110 | 11111 | 0 | 101111 | 10010 | 1100011 | 110100 | 111111 |
Color Harmonies of #91D16E
Complementary color
Monochromatic Colors of #91D16E
Black with #91D16E
Text Example
Text Example
White with #91D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D16E; }
p { color: rgb(145,209,110); }
H1.HeaderClassName
{
color: #91D16E;
}
.AnyTagClassName
{
color: #91D16E;
}
</style>
background-color css
<style>
a { background-color: #91D16E; }
a { background-color: rgb(145,209,110); }
div.DivClassName
{
background-color: #91D16E;
}
.BgClassName
{
background-color: #91D16E;
}
</style>
border-color css
<style>
span { border-color: #91D16E; }
span { border-color: rgb(145,209,110); }
td.TdClassName
{
border-color: #91D16E;
}
.TagClassName
{
border-color: #91D16E;
}
</style>