#93A184

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

Shades of Delta #93A184

Tints of Delta #93A184

Color information

#93A184 (or 0x93A184) is unknown color: approx Delta. HEX triplet: 93, A1 and 84. RGB value is (147,161,132). Sum of RGB (Red+Green+Blue) = 147+161+132=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #93A184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A184 is #6C5E7B. Grayscale: #999999. Windows color (decimal): -7102076 or 8692115. OLE color: 8692115.

HSL color Cylindrical-coordinate representation of color #93A184: hue angle of 88.97º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A184 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB147161132-
CMYK0.0900.180.37
HSL88.97º13.36%57.45%-
HSV(B)88.97º18.01%63.14%-
XYZ28.9433.3626.74-
YUV153.51115.86123.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 132 (51.95% from 255) = 30%
R=33.41%
G=36.59%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471611320.0900.180.3788.9713.3657.45
Hex93A18490122559d39
Octal22324120411022451311571
Binary100100111010000110000100100101001010010110110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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