Shades of Gossip #93C37C
Tints of Gossip #93C37C
RGB
CMYK
RGB Variations
Color information
#93C37C (or 0x93C37C) is known color: Gossip. HEX triplet: 93, C3 and 7C. RGB value is (147,195,124). Sum of RGB (Red+Green+Blue) = 147+195+124=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #93C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C37C is #6C3C83. Grayscale: #ACACAC. Windows color (decimal): -7093380 or 8176531. OLE color: 8176531.
HSL color Cylindrical-coordinate representation of color #93C37C: hue angle of 100.56º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C37C is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 124 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.24 |
| HSL | 100.56º | 0.37% | 0.63% | - |
| HSV(B) | 100.56º | 0.36% | 0.76% | - |
| XYZ | 35.19 | 46.69 | 26.23 | - |
| YUV | 172.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 124 | 0.25 | 0 | 0.36 | 0.24 | 100.56 | 0.37 | 0.63 |
| Hex | 93 | C3 | 7C | 19 | 0 | 24 | 18 | 65 | 25 | 3F |
| Octal | 223 | 303 | 174 | 31 | 0 | 44 | 30 | 145 | 45 | 77 |
| Binary | 10010011 | 11000011 | 1111100 | 11001 | 0 | 100100 | 11000 | 1100101 | 100101 | 111111 |
Color Harmonies of #93C37C
Complementary color
Monochromatic Colors of #93C37C
Black with #93C37C
Text Example
Text Example
White with #93C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C37C; }
p { color: rgb(147,195,124); }
H1.HeaderClassName
{
color: #93C37C;
}
.AnyTagClassName
{
color: #93C37C;
}
</style>
background-color css
<style>
a { background-color: #93C37C; }
a { background-color: rgb(147,195,124); }
div.DivClassName
{
background-color: #93C37C;
}
.BgClassName
{
background-color: #93C37C;
}
</style>
border-color css
<style>
span { border-color: #93C37C; }
span { border-color: rgb(147,195,124); }
td.TdClassName
{
border-color: #93C37C;
}
.TagClassName
{
border-color: #93C37C;
}
</style>