Shades of Gossip #93CA87
Tints of Gossip #93CA87
RGB
CMYK
RGB Variations
Color information
#93CA87 (or 0x93CA87) is known color: Gossip. HEX triplet: 93, CA and 87. RGB value is (147,202,135). Sum of RGB (Red+Green+Blue) = 147+202+135=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA87 is #6C3578. Grayscale: #B2B2B2. Windows color (decimal): -7091577 or 8899219. OLE color: 8899219.
HSL color Cylindrical-coordinate representation of color #93CA87: hue angle of 109.25º degrees, saturation: 0.39, 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 #93CA87 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 135 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.21 |
| HSL | 109.25º | 0.39% | 0.66% | - |
| HSV(B) | 109.25º | 0.33% | 0.79% | - |
| XYZ | 37.53 | 50.19 | 30.63 | - |
| YUV | 177.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 135 | 0.27 | 0 | 0.33 | 0.21 | 109.25 | 0.39 | 0.66 |
| Hex | 93 | CA | 87 | 1B | 0 | 21 | 15 | 6D | 27 | 42 |
| Octal | 223 | 312 | 207 | 33 | 0 | 41 | 25 | 155 | 47 | 102 |
| Binary | 10010011 | 11001010 | 10000111 | 11011 | 0 | 100001 | 10101 | 1101101 | 100111 | 1000010 |
Color Harmonies of #93CA87
Complementary color
Monochromatic Colors of #93CA87
Black with #93CA87
Text Example
Text Example
White with #93CA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CA87; }
p { color: rgb(147,202,135); }
H1.HeaderClassName
{
color: #93CA87;
}
.AnyTagClassName
{
color: #93CA87;
}
</style>
background-color css
<style>
a { background-color: #93CA87; }
a { background-color: rgb(147,202,135); }
div.DivClassName
{
background-color: #93CA87;
}
.BgClassName
{
background-color: #93CA87;
}
</style>
border-color css
<style>
span { border-color: #93CA87; }
span { border-color: rgb(147,202,135); }
td.TdClassName
{
border-color: #93CA87;
}
.TagClassName
{
border-color: #93CA87;
}
</style>