#93D46B

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

Shades of Gossip #93D46B

Tints of Gossip #93D46B

Color information

#93D46B (or 0x93D46B) is unknown color: approx Gossip. HEX triplet: 93, D4 and 6B. RGB value is (147,212,107). Sum of RGB (Red+Green+Blue) = 147+212+107=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #93D46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D46B is #6C2B94. Grayscale: #B4B4B4. Windows color (decimal): -7089045 or 7066771. OLE color: 7066771.

HSL color Cylindrical-coordinate representation of color #93D46B: hue angle of 97.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93D46B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB147212107-
CMYK0.3100.500.17
HSL97.14º54.97%62.55%-
HSV(B)97.14º49.53%83.14%-
XYZ38.2354.3522.39-
YUV180.686.47104.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 107 (42.19% from 255) = 22.96%
R=31.55%
G=45.49%
B=22.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472121070.3100.500.1797.1454.9762.55
Hex93D46B1F0321161373f
Octal22332415337062211416777
Binary10010011110101001101011111110110010100011100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,212,107); }

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

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

 a { background-color: rgb(147,212,107); }

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

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

 span { border-color: rgb(147,212,107); }

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