#93A283

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

Shades of Delta #93A283

Tints of Delta #93A283

Color information

#93A283 (or 0x93A283) is unknown color: approx Delta. HEX triplet: 93, A2 and 83. RGB value is (147,162,131). Sum of RGB (Red+Green+Blue) = 147+162+131=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #93A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A283 is #6C5D7C. Grayscale: #9A9A9A. Windows color (decimal): -7101821 or 8626835. OLE color: 8626835.

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

Color convert

RGB147162131-
CMYK0.0900.190.36
HSL89.03º14.29%57.45%-
HSV(B)89.03º19.14%63.53%-
XYZ29.0533.6826.44-
YUV153.98115.03123.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=33.41%
G=36.82%
B=29.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621310.0900.190.3689.0314.2957.45
Hex93A28390132459e39
Octal22324220311023441311671
Binary100100111010001010000011100101001110010010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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