#93b52f

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

Shades of Limerick #93B52F

Tints of Limerick #93B52F

Color information

#93B52F (or 0x93B52F) is unknown color: approx Limerick. HEX triplet: 93, B5 and 2F. RGB value is (147,181,47). Sum of RGB (Red+Green+Blue) = 147+181+47=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #93B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B52F is #6C4AD0. Grayscale: #9C9C9C. Windows color (decimal): -7097041 or 3126675. OLE color: 3126675.

HSL color Cylindrical-coordinate representation of color #93B52F: hue angle of 75.22º 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 #93B52F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14718147-
CMYK0.1900.740.29
HSL75.22º58.77%44.71%-
HSV(B)75.22º74.03%70.98%-
XYZ29.0739.468.77-
YUV155.5666.74121.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 47 (18.75% from 255) = 12.53%
R=39.2%
G=48.27%
B=12.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147181470.1900.740.2975.2258.7744.71
Hex93B52F1304A1D4b3b2d
Octal22326557230112351137355
Binary10010011101101011011111001101001010111011001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93b52f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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