#93CE73

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

Shades of Gossip #93CE73

Tints of Gossip #93CE73

Color information

#93CE73 (or 0x93CE73) is unknown color: approx Gossip. HEX triplet: 93, CE and 73. RGB value is (147,206,115). Sum of RGB (Red+Green+Blue) = 147+206+115=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE73 is #6C318C. Grayscale: #B2B2B2. Windows color (decimal): -7090573 or 7589523. OLE color: 7589523.

HSL color Cylindrical-coordinate representation of color #93CE73: hue angle of 98.9º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93CE73 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB147206115-
CMYK0.2900.440.19
HSL98.9º48.15%62.94%-
HSV(B)98.9º44.17%80.78%-
XYZ37.251.5824.22-
YUV177.9892.45105.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 206 (80.86% from 255) = 44.02%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=31.41%
G=44.02%
B=24.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061150.2900.440.1998.948.1562.94
Hex93CE731D02C1363303f
Octal22331616335054231436077
Binary10010011110011101110011111010101100100111100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,206,115); }

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

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

 a { background-color: rgb(147,206,115); }

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

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

 span { border-color: rgb(147,206,115); }

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