#93D56C

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

Shades of Gossip #93D56C

Tints of Gossip #93D56C

Color information

#93D56C (or 0x93D56C) is unknown color: approx Gossip. HEX triplet: 93, D5 and 6C. RGB value is (147,213,108). Sum of RGB (Red+Green+Blue) = 147+213+108=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #93D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D56C is #6C2A93. Grayscale: #B5B5B5. Windows color (decimal): -7088788 or 7132563. OLE color: 7132563.

HSL color Cylindrical-coordinate representation of color #93D56C: hue angle of 97.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93D56C is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB147213108-
CMYK0.3100.490.16
HSL97.71º55.56%62.94%-
HSV(B)97.71º49.3%83.53%-
XYZ38.5354.8722.75-
YUV181.386.63103.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=31.41%
G=45.51%
B=23.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131080.3100.490.1697.7155.5662.94
Hex93D56C1F0311062383f
Octal22332515437061201427077
Binary10010011110101011101100111110110001100001100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,213,108); }

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

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

 a { background-color: rgb(147,213,108); }

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

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

 span { border-color: rgb(147,213,108); }

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