Shades of Gossip #93D26E
Tints of Gossip #93D26E
RGB
CMYK
RGB Variations
Color information
#93D26E (or 0x93D26E) is known color: Gossip. HEX triplet: 93, D2 and 6E. RGB value is (147,210,110). Sum of RGB (Red+Green+Blue) = 147+210+110=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #93D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D26E is #6C2D91. Grayscale: #B4B4B4. Windows color (decimal): -7089554 or 7262867. OLE color: 7262867.
HSL color Cylindrical-coordinate representation of color #93D26E: hue angle of 97.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93D26E is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 110 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.18 |
| HSL | 97.8º | 0.53% | 0.63% | - |
| HSV(B) | 97.8º | 0.48% | 0.82% | - |
| XYZ | 37.89 | 53.42 | 23.07 | - |
| YUV | 179.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 110 | 0.30 | 0 | 0.48 | 0.18 | 97.8 | 0.53 | 0.63 |
| Hex | 93 | D2 | 6E | 1E | 0 | 30 | 12 | 62 | 35 | 3F |
| Octal | 223 | 322 | 156 | 36 | 0 | 60 | 22 | 142 | 65 | 77 |
| Binary | 10010011 | 11010010 | 1101110 | 11110 | 0 | 110000 | 10010 | 1100010 | 110101 | 111111 |
Color Harmonies of #93D26E
Complementary color
Monochromatic Colors of #93D26E
Black with #93D26E
Text Example
Text Example
White with #93D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D26E; }
p { color: rgb(147,210,110); }
H1.HeaderClassName
{
color: #93D26E;
}
.AnyTagClassName
{
color: #93D26E;
}
</style>
background-color css
<style>
a { background-color: #93D26E; }
a { background-color: rgb(147,210,110); }
div.DivClassName
{
background-color: #93D26E;
}
.BgClassName
{
background-color: #93D26E;
}
</style>
border-color css
<style>
span { border-color: #93D26E; }
span { border-color: rgb(147,210,110); }
td.TdClassName
{
border-color: #93D26E;
}
.TagClassName
{
border-color: #93D26E;
}
</style>