#93B42E

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

Shades of Limerick #93B42E

Tints of Limerick #93B42E

Color information

#93B42E (or 0x93B42E) is unknown color: approx Limerick. HEX triplet: 93, B4 and 2E. RGB value is (147,180,46). Sum of RGB (Red+Green+Blue) = 147+180+46=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #93B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B42E is #6C4BD1. Grayscale: #9B9B9B. Windows color (decimal): -7097298 or 3060883. OLE color: 3060883.

HSL color Cylindrical-coordinate representation of color #93B42E: hue angle of 74.78º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93B42E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14718046-
CMYK0.1800.740.29
HSL74.78º59.29%44.31%-
HSV(B)74.78º74.44%70.59%-
XYZ28.8539.048.6-
YUV154.8666.57122.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=39.41%
G=48.26%
B=12.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147180460.1800.740.2974.7859.2944.31
Hex93B42E1204A1D4b3b2c
Octal22326456220112351137354
Binary10010011101101001011101001001001010111011001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,46); }

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

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

 a { background-color: rgb(147,180,46); }

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

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

 span { border-color: rgb(147,180,46); }

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