#93B42F

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

Shades of Limerick #93B42F

Tints of Limerick #93B42F

Color information

#93B42F (or 0x93B42F) is unknown color: approx Limerick. HEX triplet: 93, B4 and 2F. RGB value is (147,180,47). Sum of RGB (Red+Green+Blue) = 147+180+47=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #93B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B42F is #6C4BD0. Grayscale: #9B9B9B. Windows color (decimal): -7097297 or 3126419. OLE color: 3126419.

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

Color convert

RGB14718047-
CMYK0.1800.740.29
HSL74.89º58.59%44.51%-
HSV(B)74.89º73.89%70.59%-
XYZ28.8739.058.71-
YUV154.9767.07122.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 47 (18.75% from 255) = 12.57%
R=39.30%
G=48.13%
B=12.57%

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
Decimal147180470.1800.740.2974.8958.5944.51
Hex93B42F1204A1D4b3b2d
Octal22326457220112351137355
Binary10010011101101001011111001001001010111011001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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