Shades of Gossip #93C282
Tints of Gossip #93C282
RGB
CMYK
RGB Variations
Color information
#93C282 (or 0x93C282) is known color: Gossip. HEX triplet: 93, C2 and 82. RGB value is (147,194,130). Sum of RGB (Red+Green+Blue) = 147+194+130=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #93C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C282 is #6C3D7D. Grayscale: #ACACAC. Windows color (decimal): -7093630 or 8569491. OLE color: 8569491.
HSL color Cylindrical-coordinate representation of color #93C282: hue angle of 104.06º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C282 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 130 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.24 |
| HSL | 104.06º | 0.34% | 0.64% | - |
| HSV(B) | 104.06º | 0.33% | 0.76% | - |
| XYZ | 35.35 | 46.4 | 28.21 | - |
| YUV | 172.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 130 | 0.24 | 0 | 0.33 | 0.24 | 104.06 | 0.34 | 0.64 |
| Hex | 93 | C2 | 82 | 18 | 0 | 21 | 18 | 68 | 22 | 40 |
| Octal | 223 | 302 | 202 | 30 | 0 | 41 | 30 | 150 | 42 | 100 |
| Binary | 10010011 | 11000010 | 10000010 | 11000 | 0 | 100001 | 11000 | 1101000 | 100010 | 1000000 |
Color Harmonies of #93C282
Complementary color
Monochromatic Colors of #93C282
Black with #93C282
Text Example
Text Example
White with #93C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C282; }
p { color: rgb(147,194,130); }
H1.HeaderClassName
{
color: #93C282;
}
.AnyTagClassName
{
color: #93C282;
}
</style>
background-color css
<style>
a { background-color: #93C282; }
a { background-color: rgb(147,194,130); }
div.DivClassName
{
background-color: #93C282;
}
.BgClassName
{
background-color: #93C282;
}
</style>
border-color css
<style>
span { border-color: #93C282; }
span { border-color: rgb(147,194,130); }
td.TdClassName
{
border-color: #93C282;
}
.TagClassName
{
border-color: #93C282;
}
</style>