Shades of Gossip #93C485
Tints of Gossip #93C485
RGB
CMYK
RGB Variations
Color information
#93C485 (or 0x93C485) is known color: Gossip. HEX triplet: 93, C4 and 85. RGB value is (147,196,133). Sum of RGB (Red+Green+Blue) = 147+196+133=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #93C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C485 is #6C3B7A. Grayscale: #AEAEAE. Windows color (decimal): -7093115 or 8766611. OLE color: 8766611.
HSL color Cylindrical-coordinate representation of color #93C485: hue angle of 106.67º degrees, saturation: 0.35, 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 #93C485 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 133 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.23 |
| HSL | 106.67º | 0.35% | 0.65% | - |
| HSV(B) | 106.67º | 0.32% | 0.77% | - |
| XYZ | 36.01 | 47.38 | 29.44 | - |
| YUV | 174.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 133 | 0.25 | 0 | 0.32 | 0.23 | 106.67 | 0.35 | 0.65 |
| Hex | 93 | C4 | 85 | 19 | 0 | 20 | 17 | 6B | 23 | 41 |
| Octal | 223 | 304 | 205 | 31 | 0 | 40 | 27 | 153 | 43 | 101 |
| Binary | 10010011 | 11000100 | 10000101 | 11001 | 0 | 100000 | 10111 | 1101011 | 100011 | 1000001 |
Color Harmonies of #93C485
Complementary color
Monochromatic Colors of #93C485
Black with #93C485
Text Example
Text Example
White with #93C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C485; }
p { color: rgb(147,196,133); }
H1.HeaderClassName
{
color: #93C485;
}
.AnyTagClassName
{
color: #93C485;
}
</style>
background-color css
<style>
a { background-color: #93C485; }
a { background-color: rgb(147,196,133); }
div.DivClassName
{
background-color: #93C485;
}
.BgClassName
{
background-color: #93C485;
}
</style>
border-color css
<style>
span { border-color: #93C485; }
span { border-color: rgb(147,196,133); }
td.TdClassName
{
border-color: #93C485;
}
.TagClassName
{
border-color: #93C485;
}
</style>