#93AB2F

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

Shades of Limerick #93AB2F

Tints of Limerick #93AB2F

Color information

#93AB2F (or 0x93AB2F) is unknown color: approx Limerick. HEX triplet: 93, AB and 2F. RGB value is (147,171,47). Sum of RGB (Red+Green+Blue) = 147+171+47=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB2F is #6C54D0. Grayscale: #969696. Windows color (decimal): -7099601 or 3124115. OLE color: 3124115.

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

Color convert

RGB14717147-
CMYK0.1400.730.33
HSL71.61º56.88%42.75%-
HSV(B)71.61º72.51%67.06%-
XYZ27.1135.538.12-
YUV149.6970.05126.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 47 (18.75% from 255) = 12.88%
R=40.27%
G=46.85%
B=12.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171470.1400.730.3371.6156.8842.75
Hex93AB2FE0492148392b
Octal22325357160111411107153
Binary10010011101010111011111110010010011000011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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