Shades of Gossip #93CE85
Tints of Gossip #93CE85
RGB
CMYK
RGB Variations
Color information
#93CE85 (or 0x93CE85) is known color: Gossip. HEX triplet: 93, CE and 85. RGB value is (147,206,133). Sum of RGB (Red+Green+Blue) = 147+206+133=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE85 is #6C317A. Grayscale: #B4B4B4. Windows color (decimal): -7090555 or 8769171. OLE color: 8769171.
HSL color Cylindrical-coordinate representation of color #93CE85: hue angle of 108.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93CE85 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 133 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.19 |
| HSL | 108.49º | 0.43% | 0.66% | - |
| HSV(B) | 108.49º | 0.35% | 0.81% | - |
| XYZ | 38.34 | 52.04 | 30.21 | - |
| YUV | 180.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 133 | 0.29 | 0 | 0.35 | 0.19 | 108.49 | 0.43 | 0.66 |
| Hex | 93 | CE | 85 | 1D | 0 | 23 | 13 | 6C | 2B | 42 |
| Octal | 223 | 316 | 205 | 35 | 0 | 43 | 23 | 154 | 53 | 102 |
| Binary | 10010011 | 11001110 | 10000101 | 11101 | 0 | 100011 | 10011 | 1101100 | 101011 | 1000010 |
Color Harmonies of #93CE85
Complementary color
Monochromatic Colors of #93CE85
Black with #93CE85
Text Example
Text Example
White with #93CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE85; }
p { color: rgb(147,206,133); }
H1.HeaderClassName
{
color: #93CE85;
}
.AnyTagClassName
{
color: #93CE85;
}
</style>
background-color css
<style>
a { background-color: #93CE85; }
a { background-color: rgb(147,206,133); }
div.DivClassName
{
background-color: #93CE85;
}
.BgClassName
{
background-color: #93CE85;
}
</style>
border-color css
<style>
span { border-color: #93CE85; }
span { border-color: rgb(147,206,133); }
td.TdClassName
{
border-color: #93CE85;
}
.TagClassName
{
border-color: #93CE85;
}
</style>