#93A486

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

Shades of Delta #93A486

Tints of Delta #93A486

Color information

#93A486 (or 0x93A486) is unknown color: approx Delta. HEX triplet: 93, A4 and 86. RGB value is (147,164,134). Sum of RGB (Red+Green+Blue) = 147+164+134=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #93A486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A486 is #6C5B79. Grayscale: #9B9B9B. Windows color (decimal): -7101306 or 8823955. OLE color: 8823955.

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

Color convert

RGB147164134-
CMYK0.1000.180.36
HSL94º14.15%58.43%-
HSV(B)94º18.29%64.31%-
XYZ29.6134.4827.65-
YUV155.5115.87121.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=33.03%
G=36.85%
B=30.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471641340.1000.180.369414.1558.43
Hex93A486A012245ee3a
Octal22324420612022441361672
Binary100100111010010010000110101001001010010010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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