Shades of Gossip #93CC86
Tints of Gossip #93CC86
RGB
CMYK
RGB Variations
Color information
#93CC86 (or 0x93CC86) is known color: Gossip. HEX triplet: 93, CC and 86. RGB value is (147,204,134). Sum of RGB (Red+Green+Blue) = 147+204+134=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC86 is #6C3379. Grayscale: #B3B3B3. Windows color (decimal): -7091066 or 8834195. OLE color: 8834195.
HSL color Cylindrical-coordinate representation of color #93CC86: hue angle of 108.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CC86 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 134 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.2 |
| HSL | 108.86º | 0.41% | 0.66% | - |
| HSV(B) | 108.86º | 0.34% | 0.8% | - |
| XYZ | 37.93 | 51.11 | 30.42 | - |
| YUV | 178.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 134 | 0.28 | 0 | 0.34 | 0.2 | 108.86 | 0.41 | 0.66 |
| Hex | 93 | CC | 86 | 1C | 0 | 22 | 14 | 6D | 29 | 42 |
| Octal | 223 | 314 | 206 | 34 | 0 | 42 | 24 | 155 | 51 | 102 |
| Binary | 10010011 | 11001100 | 10000110 | 11100 | 0 | 100010 | 10100 | 1101101 | 101001 | 1000010 |
Color Harmonies of #93CC86
Complementary color
Monochromatic Colors of #93CC86
Black with #93CC86
Text Example
Text Example
White with #93CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC86; }
p { color: rgb(147,204,134); }
H1.HeaderClassName
{
color: #93CC86;
}
.AnyTagClassName
{
color: #93CC86;
}
</style>
background-color css
<style>
a { background-color: #93CC86; }
a { background-color: rgb(147,204,134); }
div.DivClassName
{
background-color: #93CC86;
}
.BgClassName
{
background-color: #93CC86;
}
</style>
border-color css
<style>
span { border-color: #93CC86; }
span { border-color: rgb(147,204,134); }
td.TdClassName
{
border-color: #93CC86;
}
.TagClassName
{
border-color: #93CC86;
}
</style>