Shades of Gossip #93C479
Tints of Gossip #93C479
RGB
CMYK
RGB Variations
Color information
#93C479 (or 0x93C479) is known color: Gossip. HEX triplet: 93, C4 and 79. RGB value is (147,196,121). Sum of RGB (Red+Green+Blue) = 147+196+121=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #93C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C479 is #6C3B86. Grayscale: #ADADAD. Windows color (decimal): -7093127 or 7980179. OLE color: 7980179.
HSL color Cylindrical-coordinate representation of color #93C479: hue angle of 99.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C479 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 121 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.23 |
| HSL | 99.2º | 0.39% | 0.62% | - |
| HSV(B) | 99.2º | 0.38% | 0.77% | - |
| XYZ | 35.22 | 47.06 | 25.32 | - |
| YUV | 172.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 121 | 0.25 | 0 | 0.38 | 0.23 | 99.2 | 0.39 | 0.62 |
| Hex | 93 | C4 | 79 | 19 | 0 | 26 | 17 | 63 | 27 | 3E |
| Octal | 223 | 304 | 171 | 31 | 0 | 46 | 27 | 143 | 47 | 76 |
| Binary | 10010011 | 11000100 | 1111001 | 11001 | 0 | 100110 | 10111 | 1100011 | 100111 | 111110 |
Color Harmonies of #93C479
Complementary color
Monochromatic Colors of #93C479
Black with #93C479
Text Example
Text Example
White with #93C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C479; }
p { color: rgb(147,196,121); }
H1.HeaderClassName
{
color: #93C479;
}
.AnyTagClassName
{
color: #93C479;
}
</style>
background-color css
<style>
a { background-color: #93C479; }
a { background-color: rgb(147,196,121); }
div.DivClassName
{
background-color: #93C479;
}
.BgClassName
{
background-color: #93C479;
}
</style>
border-color css
<style>
span { border-color: #93C479; }
span { border-color: rgb(147,196,121); }
td.TdClassName
{
border-color: #93C479;
}
.TagClassName
{
border-color: #93C479;
}
</style>