#93A532

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

Shades of Limerick #93A532

Tints of Limerick #93A532

Color information

#93A532 (or 0x93A532) is unknown color: approx Limerick. HEX triplet: 93, A5 and 32. RGB value is (147,165,50). Sum of RGB (Red+Green+Blue) = 147+165+50=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #93A532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A532 is #6C5ACD. Grayscale: #929292. Windows color (decimal): -7101134 or 3319187. OLE color: 3319187.

HSL color Cylindrical-coordinate representation of color #93A532: hue angle of 69.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93A532 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14716550-
CMYK0.1100.700.35
HSL69.39º53.49%42.16%-
HSV(B)69.39º69.7%64.71%-
XYZ26.0633.348.08-
YUV146.5173.54128.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=40.61%
G=45.58%
B=13.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165500.1100.700.3569.3953.4942.16
Hex93A532B0462345352a
Octal22324562130106431056552
Binary10010011101001011100101011010001101000111000101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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