#93d088

Color #93D088 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #93D088

Tints of Gossip #93D088

Color information

#93D088 (or 0x93D088) is unknown color: approx Gossip. HEX triplet: 93, D0 and 88. RGB value is (147,208,136). Sum of RGB (Red+Green+Blue) = 147+208+136=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #93D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D088 is #6C2F77. Grayscale: #B5B5B5. Windows color (decimal): -7090040 or 8966291. OLE color: 8966291.

HSL color Cylindrical-coordinate representation of color #93D088: hue angle of 110.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93D088 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB147208136-
CMYK0.2900.350.18
HSL110.83º43.37%67.45%-
HSV(B)110.83º34.62%81.57%-
XYZ39.0353.0931.48-
YUV181.55102.29103.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=29.94%
G=42.36%
B=27.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081360.2900.350.18110.8343.3767.45
Hex93D0881D023126f2b43
Octal223320210350432215753103
Binary1001001111010000100010001110101000111001011011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93d088; }

 p { color: rgb(147,208,136); }

 H1.HeaderClassName
 {
   color: #93d088;
 }
 .AnyTagClassName
 {
   color: #93d088;
 }
</style>
background-color css

<style>
 a { background-color: #93d088; }

 a { background-color: rgb(147,208,136); }

 div.DivClassName
 {
   background-color: #93d088;
 }
 .BgClassName
 {
   background-color: #93d088;
 }
</style>
border-color css

<style>
 span { border-color: #93d088; }

 span { border-color: rgb(147,208,136); }

 td.TdClassName
 {
   border-color: #93d088;
 }
 .TagClassName
 {
   border-color: #93d088;
 }
</style>