Shades of Gossip #93C585
Tints of Gossip #93C585
RGB
CMYK
RGB Variations
Color information
#93C585 (or 0x93C585) is known color: Gossip. HEX triplet: 93, C5 and 85. RGB value is (147,197,133). Sum of RGB (Red+Green+Blue) = 147+197+133=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #93C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C585 is #6C3A7A. Grayscale: #AEAEAE. Windows color (decimal): -7092859 or 8766867. OLE color: 8766867.
HSL color Cylindrical-coordinate representation of color #93C585: hue angle of 106.88º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93C585 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 133 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.23 |
| HSL | 106.88º | 0.36% | 0.65% | - |
| HSV(B) | 106.88º | 0.32% | 0.77% | - |
| XYZ | 36.23 | 47.83 | 29.51 | - |
| YUV | 174.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 133 | 0.25 | 0 | 0.32 | 0.23 | 106.88 | 0.36 | 0.65 |
| Hex | 93 | C5 | 85 | 19 | 0 | 20 | 17 | 6B | 24 | 41 |
| Octal | 223 | 305 | 205 | 31 | 0 | 40 | 27 | 153 | 44 | 101 |
| Binary | 10010011 | 11000101 | 10000101 | 11001 | 0 | 100000 | 10111 | 1101011 | 100100 | 1000001 |
Color Harmonies of #93C585
Complementary color
Monochromatic Colors of #93C585
Black with #93C585
Text Example
Text Example
White with #93C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C585; }
p { color: rgb(147,197,133); }
H1.HeaderClassName
{
color: #93C585;
}
.AnyTagClassName
{
color: #93C585;
}
</style>
background-color css
<style>
a { background-color: #93C585; }
a { background-color: rgb(147,197,133); }
div.DivClassName
{
background-color: #93C585;
}
.BgClassName
{
background-color: #93C585;
}
</style>
border-color css
<style>
span { border-color: #93C585; }
span { border-color: rgb(147,197,133); }
td.TdClassName
{
border-color: #93C585;
}
.TagClassName
{
border-color: #93C585;
}
</style>