#93A53A

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

Shades of Limerick #93A53A

Tints of Limerick #93A53A

Color information

#93A53A (or 0x93A53A) is unknown color: approx Limerick. HEX triplet: 93, A5 and 3A. RGB value is (147,165,58). Sum of RGB (Red+Green+Blue) = 147+165+58=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #93A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A53A is #6C5AC5. Grayscale: #939393. Windows color (decimal): -7101126 or 3843475. OLE color: 3843475.

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

Color convert

RGB14716558-
CMYK0.1100.650.35
HSL70.09º47.98%43.73%-
HSV(B)70.09º64.85%64.71%-
XYZ26.2533.429.07-
YUV147.4277.54127.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=39.73%
G=44.59%
B=15.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165580.1100.650.3570.0947.9843.73
Hex93A53AB0412346302c
Octal22324572130101431066054
Binary10010011101001011110101011010000011000111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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