#93A382

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

Shades of Delta #93A382

Tints of Delta #93A382

Color information

#93A382 (or 0x93A382) is unknown color: approx Delta. HEX triplet: 93, A3 and 82. RGB value is (147,163,130). Sum of RGB (Red+Green+Blue) = 147+163+130=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #93A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A382 is #6C5C7D. Grayscale: #9A9A9A. Windows color (decimal): -7101566 or 8561555. OLE color: 8561555.

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

Color convert

RGB147163130-
CMYK0.1000.200.36
HSL89.09º15.21%57.45%-
HSV(B)89.09º20.25%63.92%-
XYZ29.1634.0126.15-
YUV154.45114.2122.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=33.41%
G=37.05%
B=29.55%

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
Decimal1471631300.1000.200.3689.0915.2157.45
Hex93A382A0142459f39
Octal22324320212024441311771
Binary100100111010001110000010101001010010010010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,163,130); }

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

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

 a { background-color: rgb(147,163,130); }

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

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

 span { border-color: rgb(147,163,130); }

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