Shades of Gossip #93CE82
Tints of Gossip #93CE82
RGB
CMYK
RGB Variations
Color information
#93CE82 (or 0x93CE82) is known color: Gossip. HEX triplet: 93, CE and 82. RGB value is (147,206,130). Sum of RGB (Red+Green+Blue) = 147+206+130=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE82 is #6C317D. Grayscale: #B3B3B3. Windows color (decimal): -7090558 or 8572563. OLE color: 8572563.
HSL color Cylindrical-coordinate representation of color #93CE82: hue angle of 106.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CE82 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 130 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.19 |
| HSL | 106.58º | 0.44% | 0.66% | - |
| HSV(B) | 106.58º | 0.37% | 0.81% | - |
| XYZ | 38.13 | 51.96 | 29.14 | - |
| YUV | 179.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 130 | 0.29 | 0 | 0.37 | 0.19 | 106.58 | 0.44 | 0.66 |
| Hex | 93 | CE | 82 | 1D | 0 | 25 | 13 | 6B | 2C | 42 |
| Octal | 223 | 316 | 202 | 35 | 0 | 45 | 23 | 153 | 54 | 102 |
| Binary | 10010011 | 11001110 | 10000010 | 11101 | 0 | 100101 | 10011 | 1101011 | 101100 | 1000010 |
Color Harmonies of #93CE82
Complementary color
Monochromatic Colors of #93CE82
Black with #93CE82
Text Example
Text Example
White with #93CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE82; }
p { color: rgb(147,206,130); }
H1.HeaderClassName
{
color: #93CE82;
}
.AnyTagClassName
{
color: #93CE82;
}
</style>
background-color css
<style>
a { background-color: #93CE82; }
a { background-color: rgb(147,206,130); }
div.DivClassName
{
background-color: #93CE82;
}
.BgClassName
{
background-color: #93CE82;
}
</style>
border-color css
<style>
span { border-color: #93CE82; }
span { border-color: rgb(147,206,130); }
td.TdClassName
{
border-color: #93CE82;
}
.TagClassName
{
border-color: #93CE82;
}
</style>