#93AC1B

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

Shades of Limerick #93AC1B

Tints of Limerick #93AC1B

Color information

#93AC1B (or 0x93AC1B) is unknown color: approx Limerick. HEX triplet: 93, AC and 1B. RGB value is (147,172,27). Sum of RGB (Red+Green+Blue) = 147+172+27=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AC1B is #6C53E4. Grayscale: #949494. Windows color (decimal): -7099365 or 1813651. OLE color: 1813651.

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

Color convert

RGB14717227-
CMYK0.1500.840.33
HSL70.34º72.86%39.02%-
HSV(B)70.34º84.3%67.45%-
XYZ26.9835.796.52-
YUV14859.72127.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=42.49%
G=49.71%
B=7.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147172270.1500.840.3370.3472.8639.02
Hex93AC1BF05421464927
Octal223254331701244110611147
Binary10010011101011001101111110101010010000110001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,27); }

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

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

 a { background-color: rgb(147,172,27); }

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

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

 span { border-color: rgb(147,172,27); }

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