#93AB32

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

Shades of Limerick #93AB32

Tints of Limerick #93AB32

Color information

#93AB32 (or 0x93AB32) is unknown color: approx Limerick. HEX triplet: 93, AB and 32. RGB value is (147,171,50). Sum of RGB (Red+Green+Blue) = 147+171+50=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB32 is #6C54CD. Grayscale: #969696. Windows color (decimal): -7099598 or 3320723. OLE color: 3320723.

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

Color convert

RGB14717150-
CMYK0.1400.710.33
HSL71.9º54.75%43.33%-
HSV(B)71.9º70.76%67.06%-
XYZ27.1735.568.45-
YUV150.0371.55125.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 50 (19.92% from 255) = 13.59%
R=39.95%
G=46.47%
B=13.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171500.1400.710.3371.954.7543.33
Hex93AB32E0472148372b
Octal22325362160107411106753
Binary10010011101010111100101110010001111000011001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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