Shades of Gossip #93D082
Tints of Gossip #93D082
RGB
CMYK
RGB Variations
Color information
#93D082 (or 0x93D082) is known color: Gossip. HEX triplet: 93, D0 and 82. RGB value is (147,208,130). Sum of RGB (Red+Green+Blue) = 147+208+130=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #93D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D082 is #6C2F7D. Grayscale: #B5B5B5. Windows color (decimal): -7090046 or 8573075. OLE color: 8573075.
HSL color Cylindrical-coordinate representation of color #93D082: hue angle of 106.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D082 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 130 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.18 |
| HSL | 106.92º | 0.45% | 0.66% | - |
| HSV(B) | 106.92º | 0.38% | 0.82% | - |
| XYZ | 38.62 | 52.93 | 29.3 | - |
| YUV | 180.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 130 | 0.29 | 0 | 0.38 | 0.18 | 106.92 | 0.45 | 0.66 |
| Hex | 93 | D0 | 82 | 1D | 0 | 26 | 12 | 6B | 2D | 42 |
| Octal | 223 | 320 | 202 | 35 | 0 | 46 | 22 | 153 | 55 | 102 |
| Binary | 10010011 | 11010000 | 10000010 | 11101 | 0 | 100110 | 10010 | 1101011 | 101101 | 1000010 |
Color Harmonies of #93D082
Complementary color
Monochromatic Colors of #93D082
Black with #93D082
Text Example
Text Example
White with #93D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D082; }
p { color: rgb(147,208,130); }
H1.HeaderClassName
{
color: #93D082;
}
.AnyTagClassName
{
color: #93D082;
}
</style>
background-color css
<style>
a { background-color: #93D082; }
a { background-color: rgb(147,208,130); }
div.DivClassName
{
background-color: #93D082;
}
.BgClassName
{
background-color: #93D082;
}
</style>
border-color css
<style>
span { border-color: #93D082; }
span { border-color: rgb(147,208,130); }
td.TdClassName
{
border-color: #93D082;
}
.TagClassName
{
border-color: #93D082;
}
</style>