#93AD20

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

Shades of Limerick #93AD20

Tints of Limerick #93AD20

Color information

#93AD20 (or 0x93AD20) is unknown color: approx Limerick. HEX triplet: 93, AD and 20. RGB value is (147,173,32). Sum of RGB (Red+Green+Blue) = 147+173+32=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD20 is #6C52DF. Grayscale: #959595. Windows color (decimal): -7099104 or 2141587. OLE color: 2141587.

HSL color Cylindrical-coordinate representation of color #93AD20: hue angle of 71.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93AD20 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB14717332-
CMYK0.1500.820.32
HSL71.06º68.78%40.2%-
HSV(B)71.06º81.5%67.84%-
XYZ27.2436.196.92-
YUV149.1561.89126.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 173 (67.97% from 255) = 49.15%
BLUE value IS 32 (12.89% from 255) = 9.09%
R=41.76%
G=49.15%
B=9.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147173320.1500.820.3271.0668.7840.2
Hex93AD20F05220474528
Octal223255401701224010710550
Binary100100111010110110000011110101001010000010001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,32); }

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

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

 a { background-color: rgb(147,173,32); }

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

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

 span { border-color: rgb(147,173,32); }

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