Shades of Gossip #93C987
Tints of Gossip #93C987
RGB
CMYK
RGB Variations
Color information
#93C987 (or 0x93C987) is known color: Gossip. HEX triplet: 93, C9 and 87. RGB value is (147,201,135). Sum of RGB (Red+Green+Blue) = 147+201+135=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #93C987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C987 is #6C3678. Grayscale: #B1B1B1. Windows color (decimal): -7091833 or 8898963. OLE color: 8898963.
HSL color Cylindrical-coordinate representation of color #93C987: hue angle of 109.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C987 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 135 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.21 |
| HSL | 109.09º | 0.38% | 0.66% | - |
| HSV(B) | 109.09º | 0.33% | 0.79% | - |
| XYZ | 37.29 | 49.73 | 30.55 | - |
| YUV | 177.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 135 | 0.27 | 0 | 0.33 | 0.21 | 109.09 | 0.38 | 0.66 |
| Hex | 93 | C9 | 87 | 1B | 0 | 21 | 15 | 6D | 26 | 42 |
| Octal | 223 | 311 | 207 | 33 | 0 | 41 | 25 | 155 | 46 | 102 |
| Binary | 10010011 | 11001001 | 10000111 | 11011 | 0 | 100001 | 10101 | 1101101 | 100110 | 1000010 |
Color Harmonies of #93C987
Complementary color
Monochromatic Colors of #93C987
Black with #93C987
Text Example
Text Example
White with #93C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C987; }
p { color: rgb(147,201,135); }
H1.HeaderClassName
{
color: #93C987;
}
.AnyTagClassName
{
color: #93C987;
}
</style>
background-color css
<style>
a { background-color: #93C987; }
a { background-color: rgb(147,201,135); }
div.DivClassName
{
background-color: #93C987;
}
.BgClassName
{
background-color: #93C987;
}
</style>
border-color css
<style>
span { border-color: #93C987; }
span { border-color: rgb(147,201,135); }
td.TdClassName
{
border-color: #93C987;
}
.TagClassName
{
border-color: #93C987;
}
</style>