#93C382

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

Shades of Gossip #93C382

Tints of Gossip #93C382

Color information

#93C382 (or 0x93C382) is unknown color: approx Gossip. HEX triplet: 93, C3 and 82. RGB value is (147,195,130). Sum of RGB (Red+Green+Blue) = 147+195+130=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #93C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C382 is #6C3C7D. Grayscale: #ADADAD. Windows color (decimal): -7093374 or 8569747. OLE color: 8569747.

HSL color Cylindrical-coordinate representation of color #93C382: hue angle of 104.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C382 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB147195130-
CMYK0.2500.330.24
HSL104.31º35.14%63.73%-
HSV(B)104.31º33.33%76.47%-
XYZ35.5846.8428.29-
YUV173.24103.6109.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=31.14%
G=41.31%
B=27.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951300.2500.330.24104.3135.1463.73
Hex93C3821902118682340
Octal223303202310413015043100
Binary1001001111000011100000101100101000011100011010001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,130); }

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

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

 a { background-color: rgb(147,195,130); }

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

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

 span { border-color: rgb(147,195,130); }

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