Shades of Gossip #93C67C
Tints of Gossip #93C67C
RGB
CMYK
RGB Variations
Color information
#93C67C (or 0x93C67C) is known color: Gossip. HEX triplet: 93, C6 and 7C. RGB value is (147,198,124). Sum of RGB (Red+Green+Blue) = 147+198+124=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #93C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C67C is #6C3983. Grayscale: #AEAEAE. Windows color (decimal): -7092612 or 8177299. OLE color: 8177299.
HSL color Cylindrical-coordinate representation of color #93C67C: hue angle of 101.35º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93C67C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 124 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.22 |
| HSL | 101.35º | 0.39% | 0.63% | - |
| HSV(B) | 101.35º | 0.37% | 0.78% | - |
| XYZ | 35.86 | 48.05 | 26.45 | - |
| YUV | 174.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 124 | 0.26 | 0 | 0.37 | 0.22 | 101.35 | 0.39 | 0.63 |
| Hex | 93 | C6 | 7C | 1A | 0 | 25 | 16 | 65 | 27 | 3F |
| Octal | 223 | 306 | 174 | 32 | 0 | 45 | 26 | 145 | 47 | 77 |
| Binary | 10010011 | 11000110 | 1111100 | 11010 | 0 | 100101 | 10110 | 1100101 | 100111 | 111111 |
Color Harmonies of #93C67C
Complementary color
Monochromatic Colors of #93C67C
Black with #93C67C
Text Example
Text Example
White with #93C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C67C; }
p { color: rgb(147,198,124); }
H1.HeaderClassName
{
color: #93C67C;
}
.AnyTagClassName
{
color: #93C67C;
}
</style>
background-color css
<style>
a { background-color: #93C67C; }
a { background-color: rgb(147,198,124); }
div.DivClassName
{
background-color: #93C67C;
}
.BgClassName
{
background-color: #93C67C;
}
</style>
border-color css
<style>
span { border-color: #93C67C; }
span { border-color: rgb(147,198,124); }
td.TdClassName
{
border-color: #93C67C;
}
.TagClassName
{
border-color: #93C67C;
}
</style>