#93A483

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

Shades of Delta #93A483

Tints of Delta #93A483

Color information

#93A483 (or 0x93A483) is unknown color: approx Delta. HEX triplet: 93, A4 and 83. RGB value is (147,164,131). Sum of RGB (Red+Green+Blue) = 147+164+131=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #93A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A483 is #6C5B7C. Grayscale: #9B9B9B. Windows color (decimal): -7101309 or 8627347. OLE color: 8627347.

HSL color Cylindrical-coordinate representation of color #93A483: hue angle of 90.91º 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 #93A483 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB147164131-
CMYK0.1000.200.36
HSL90.91º15.35%57.84%-
HSV(B)90.91º20.12%64.31%-
XYZ29.434.3926.56-
YUV155.16114.37122.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=33.26%
G=37.10%
B=29.64%

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
Decimal1471641310.1000.200.3690.9115.3557.84
Hex93A483A014245bf3a
Octal22324420312024441331772
Binary100100111010010010000011101001010010010010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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