#93D967

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

Shades of Gossip #93D967

Tints of Gossip #93D967

Color information

#93D967 (or 0x93D967) is unknown color: approx Gossip. HEX triplet: 93, D9 and 67. RGB value is (147,217,103). Sum of RGB (Red+Green+Blue) = 147+217+103=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #93D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D967 is #6C2698. Grayscale: #B7B7B7. Windows color (decimal): -7087769 or 6805907. OLE color: 6805907.

HSL color Cylindrical-coordinate representation of color #93D967: hue angle of 96.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93D967 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB147217103-
CMYK0.3200.530.15
HSL96.84º60%62.75%-
HSV(B)96.84º52.53%85.1%-
XYZ39.2956.8121.73-
YUV183.0782.81102.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=31.48%
G=46.47%
B=22.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171030.3200.530.1596.846062.75
Hex93D96720035F613c3f
Octal22333114740065171417477
Binary10010011110110011100111100000011010111111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,103); }

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

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

 a { background-color: rgb(147,217,103); }

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

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

 span { border-color: rgb(147,217,103); }

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