#93AB3F

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

Shades of Limerick #93AB3F

Tints of Limerick #93AB3F

Color information

#93AB3F (or 0x93AB3F) is unknown color: approx Limerick. HEX triplet: 93, AB and 3F. RGB value is (147,171,63). Sum of RGB (Red+Green+Blue) = 147+171+63=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB3F is #6C54C0. Grayscale: #979797. Windows color (decimal): -7099585 or 4172691. OLE color: 4172691.

HSL color Cylindrical-coordinate representation of color #93AB3F: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93AB3F is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB14717163-
CMYK0.1400.630.33
HSL73.33º46.15%45.88%-
HSV(B)73.33º63.16%67.06%-
XYZ27.4935.6910.14-
YUV151.5178.05124.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 63 (25% from 255) = 16.54%
R=38.58%
G=44.88%
B=16.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171630.1400.630.3373.3346.1545.88
Hex93AB3FE03F21492e2e
Octal2232537716077411115656
Binary1001001110101011111111111001111111000011001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,63); }

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

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

 a { background-color: rgb(147,171,63); }

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

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

 span { border-color: rgb(147,171,63); }

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