#93A484

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

Shades of Delta #93A484

Tints of Delta #93A484

Color information

#93A484 (or 0x93A484) is unknown color: approx Delta. HEX triplet: 93, A4 and 84. RGB value is (147,164,132). Sum of RGB (Red+Green+Blue) = 147+164+132=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #93A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A484 is #6C5B7B. Grayscale: #9B9B9B. Windows color (decimal): -7101308 or 8692883. OLE color: 8692883.

HSL color Cylindrical-coordinate representation of color #93A484: hue angle of 91.87º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93A484 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB147164132-
CMYK0.1000.200.36
HSL91.87º14.95%58.04%-
HSV(B)91.87º19.51%64.31%-
XYZ29.4734.4226.92-
YUV155.27114.87122.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=33.18%
G=37.02%
B=29.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471641320.1000.200.3691.8714.9558.04
Hex93A484A014245cf3a
Octal22324420412024441341772
Binary100100111010010010000100101001010010010010111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,132); }

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

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

 a { background-color: rgb(147,164,132); }

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

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

 span { border-color: rgb(147,164,132); }

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