#93A841

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

Shades of Limerick #93A841

Tints of Limerick #93A841

Color information

#93A841 (or 0x93A841) is unknown color: approx Limerick. HEX triplet: 93, A8 and 41. RGB value is (147,168,65). Sum of RGB (Red+Green+Blue) = 147+168+65=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #93A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A841 is #6C57BE. Grayscale: #969696. Windows color (decimal): -7100351 or 4302995. OLE color: 4302995.

HSL color Cylindrical-coordinate representation of color #93A841: hue angle of 72.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93A841 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB14716865-
CMYK0.1300.610.34
HSL72.23º44.21%45.69%-
HSV(B)72.23º61.31%65.88%-
XYZ26.9934.5910.26-
YUV149.9880.04125.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=38.68%
G=44.21%
B=17.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147168650.1300.610.3472.2344.2145.69
Hex93A841D03D22482c2e
Octal22325010115075421105456
Binary10010011101010001000001110101111011000101001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,168,65); }

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

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

 a { background-color: rgb(147,168,65); }

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

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

 span { border-color: rgb(147,168,65); }

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