#93C080

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

Shades of Gossip #93C080

Tints of Gossip #93C080

Color information

#93C080 (or 0x93C080) is unknown color: approx Gossip. HEX triplet: 93, C0 and 80. RGB value is (147,192,128). Sum of RGB (Red+Green+Blue) = 147+192+128=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #93C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C080 is #6C3F7F. Grayscale: #ABABAB. Windows color (decimal): -7094144 or 8437907. OLE color: 8437907.

HSL color Cylindrical-coordinate representation of color #93C080: hue angle of 102.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C080 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB147192128-
CMYK0.2300.330.25
HSL102.19º33.68%62.75%-
HSV(B)102.19º33.33%75.29%-
XYZ34.7845.4627.36-
YUV171.25103.59110.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=31.48%
G=41.11%
B=27.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921280.2300.330.25102.1933.6862.75
Hex93C080170211966223f
Octal22330020027041311464277
Binary100100111100000010000000101110100001110011100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,128); }

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

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

 a { background-color: rgb(147,192,128); }

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

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

 span { border-color: rgb(147,192,128); }

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