#93B427

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

Shades of Limerick #93B427

Tints of Limerick #93B427

Color information

#93B427 (or 0x93B427) is unknown color: approx Limerick. HEX triplet: 93, B4 and 27. RGB value is (147,180,39). Sum of RGB (Red+Green+Blue) = 147+180+39=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #93B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B427 is #6C4BD8. Grayscale: #9A9A9A. Windows color (decimal): -7097305 or 2602131. OLE color: 2602131.

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

Color convert

RGB14718039-
CMYK0.1800.780.29
HSL74.04º64.38%42.94%-
HSV(B)74.04º78.33%70.59%-
XYZ28.7238.997.93-
YUV154.0663.07122.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 39 (15.62% from 255) = 10.66%
R=40.16%
G=49.18%
B=10.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147180390.1800.780.2974.0464.3842.94
Hex93B4271204E1D4a402b
Octal223264472201163511210053
Binary100100111011010010011110010010011101110110010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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