Shades of Gossip #93C17C
Tints of Gossip #93C17C
RGB
CMYK
RGB Variations
Color information
#93C17C (or 0x93C17C) is known color: Gossip. HEX triplet: 93, C1 and 7C. RGB value is (147,193,124). Sum of RGB (Red+Green+Blue) = 147+193+124=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #93C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C17C is #6C3E83. Grayscale: #ABABAB. Windows color (decimal): -7093892 or 8176019. OLE color: 8176019.
HSL color Cylindrical-coordinate representation of color #93C17C: hue angle of 100º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C17C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 124 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.24 |
| HSL | 100º | 0.36% | 0.62% | - |
| HSV(B) | 100º | 0.36% | 0.76% | - |
| XYZ | 34.74 | 45.8 | 26.08 | - |
| YUV | 171.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 124 | 0.24 | 0 | 0.36 | 0.24 | 100 | 0.36 | 0.62 |
| Hex | 93 | C1 | 7C | 18 | 0 | 24 | 18 | 64 | 24 | 3E |
| Octal | 223 | 301 | 174 | 30 | 0 | 44 | 30 | 144 | 44 | 76 |
| Binary | 10010011 | 11000001 | 1111100 | 11000 | 0 | 100100 | 11000 | 1100100 | 100100 | 111110 |
Color Harmonies of #93C17C
Complementary color
Monochromatic Colors of #93C17C
Black with #93C17C
Text Example
Text Example
White with #93C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C17C; }
p { color: rgb(147,193,124); }
H1.HeaderClassName
{
color: #93C17C;
}
.AnyTagClassName
{
color: #93C17C;
}
</style>
background-color css
<style>
a { background-color: #93C17C; }
a { background-color: rgb(147,193,124); }
div.DivClassName
{
background-color: #93C17C;
}
.BgClassName
{
background-color: #93C17C;
}
</style>
border-color css
<style>
span { border-color: #93C17C; }
span { border-color: rgb(147,193,124); }
td.TdClassName
{
border-color: #93C17C;
}
.TagClassName
{
border-color: #93C17C;
}
</style>