#93D56A

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

Shades of Gossip #93D56A

Tints of Gossip #93D56A

Color information

#93D56A (or 0x93D56A) is unknown color: approx Gossip. HEX triplet: 93, D5 and 6A. RGB value is (147,213,106). Sum of RGB (Red+Green+Blue) = 147+213+106=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #93D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D56A is #6C2A95. Grayscale: #B5B5B5. Windows color (decimal): -7088790 or 7001491. OLE color: 7001491.

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

Color convert

RGB147213106-
CMYK0.3100.500.16
HSL97.01º56.02%62.55%-
HSV(B)97.01º50.23%83.53%-
XYZ38.4354.8322.19-
YUV181.0785.63103.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=31.55%
G=45.71%
B=22.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131060.3100.500.1697.0156.0262.55
Hex93D56A1F0321061383f
Octal22332515237062201417077
Binary10010011110101011101010111110110010100001100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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