#93D37B

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

Shades of Gossip #93D37B

Tints of Gossip #93D37B

Color information

#93D37B (or 0x93D37B) is unknown color: approx Gossip. HEX triplet: 93, D3 and 7B. RGB value is (147,211,123). Sum of RGB (Red+Green+Blue) = 147+211+123=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #93D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D37B is #6C2C84. Grayscale: #B6B6B6. Windows color (decimal): -7089285 or 8115091. OLE color: 8115091.

HSL color Cylindrical-coordinate representation of color #93D37B: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93D37B is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB147211123-
CMYK0.3000.420.17
HSL103.64º50%65.49%-
HSV(B)103.64º41.71%82.75%-
XYZ38.954.2227.15-
YUV181.8394.8103.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=30.56%
G=43.87%
B=25.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472111230.3000.420.17103.645065.49
Hex93D37B1E02A11683241
Octal223323173360522115062101
Binary100100111101001111110111111001010101000111010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,211,123); }

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

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

 a { background-color: rgb(147,211,123); }

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

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

 span { border-color: rgb(147,211,123); }

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