Shades of Gossip #93C37D
Tints of Gossip #93C37D
RGB
CMYK
RGB Variations
Color information
#93C37D (or 0x93C37D) is known color: Gossip. HEX triplet: 93, C3 and 7D. RGB value is (147,195,125). Sum of RGB (Red+Green+Blue) = 147+195+125=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #93C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C37D is #6C3C82. Grayscale: #ACACAC. Windows color (decimal): -7093379 or 8242067. OLE color: 8242067.
HSL color Cylindrical-coordinate representation of color #93C37D: hue angle of 101.14º 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 #93C37D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 125 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.24 |
| HSL | 101.14º | 0.37% | 0.63% | - |
| HSV(B) | 101.14º | 0.36% | 0.76% | - |
| XYZ | 35.25 | 46.71 | 26.56 | - |
| YUV | 172.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 125 | 0.25 | 0 | 0.36 | 0.24 | 101.14 | 0.37 | 0.63 |
| Hex | 93 | C3 | 7D | 19 | 0 | 24 | 18 | 65 | 25 | 3F |
| Octal | 223 | 303 | 175 | 31 | 0 | 44 | 30 | 145 | 45 | 77 |
| Binary | 10010011 | 11000011 | 1111101 | 11001 | 0 | 100100 | 11000 | 1100101 | 100101 | 111111 |
Color Harmonies of #93C37D
Complementary color
Monochromatic Colors of #93C37D
Black with #93C37D
Text Example
Text Example
White with #93C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C37D; }
p { color: rgb(147,195,125); }
H1.HeaderClassName
{
color: #93C37D;
}
.AnyTagClassName
{
color: #93C37D;
}
</style>
background-color css
<style>
a { background-color: #93C37D; }
a { background-color: rgb(147,195,125); }
div.DivClassName
{
background-color: #93C37D;
}
.BgClassName
{
background-color: #93C37D;
}
</style>
border-color css
<style>
span { border-color: #93C37D; }
span { border-color: rgb(147,195,125); }
td.TdClassName
{
border-color: #93C37D;
}
.TagClassName
{
border-color: #93C37D;
}
</style>