#93A52C

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

Shades of Limerick #93A52C

Tints of Limerick #93A52C

Color information

#93A52C (or 0x93A52C) is unknown color: approx Limerick. HEX triplet: 93, A5 and 2C. RGB value is (147,165,44). Sum of RGB (Red+Green+Blue) = 147+165+44=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #93A52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A52C is #6C5AD3. Grayscale: #929292. Windows color (decimal): -7101140 or 2925971. OLE color: 2925971.

HSL color Cylindrical-coordinate representation of color #93A52C: hue angle of 68.93º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93A52C is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14716544-
CMYK0.1100.730.35
HSL68.93º57.89%40.98%-
HSV(B)68.93º73.33%64.71%-
XYZ25.9433.37.44-
YUV145.8270.54128.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=41.29%
G=46.35%
B=12.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165440.1100.730.3568.9357.8940.98
Hex93A52CB04923453a29
Octal22324554130111431057251
Binary10010011101001011011001011010010011000111000101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,44); }

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

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

 a { background-color: rgb(147,165,44); }

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

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

 span { border-color: rgb(147,165,44); }

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