#93A433

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

Shades of Limerick #93A433

Tints of Limerick #93A433

Color information

#93A433 (or 0x93A433) is unknown color: approx Limerick. HEX triplet: 93, A4 and 33. RGB value is (147,164,51). Sum of RGB (Red+Green+Blue) = 147+164+51=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #93A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A433 is #6C5BCC. Grayscale: #929292. Windows color (decimal): -7101389 or 3384467. OLE color: 3384467.

HSL color Cylindrical-coordinate representation of color #93A433: hue angle of 69.03º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93A433 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB14716451-
CMYK0.1000.690.36
HSL69.03º52.56%42.16%-
HSV(B)69.03º68.9%64.31%-
XYZ25.9132.998.13-
YUV146.0474.37128.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=40.61%
G=45.30%
B=14.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147164510.1000.690.3669.0352.5642.16
Hex93A433A0452445352a
Octal22324463120105441056552
Binary10010011101001001100111010010001011001001000101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,51); }

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

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

 a { background-color: rgb(147,164,51); }

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

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

 span { border-color: rgb(147,164,51); }

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