#93B33C

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

Shades of Limerick #93B33C

Tints of Limerick #93B33C

Color information

#93B33C (or 0x93B33C) is unknown color: approx Limerick. HEX triplet: 93, B3 and 3C. RGB value is (147,179,60). Sum of RGB (Red+Green+Blue) = 147+179+60=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #93B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B33C is #6C4CC3. Grayscale: #9C9C9C. Windows color (decimal): -7097540 or 3978131. OLE color: 3978131.

HSL color Cylindrical-coordinate representation of color #93B33C: hue angle of 76.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93B33C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB14717960-
CMYK0.1800.660.30
HSL76.13º49.79%46.86%-
HSV(B)76.13º66.48%70.2%-
XYZ28.9738.7710.23-
YUV155.8773.9121.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=38.08%
G=46.37%
B=15.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147179600.1800.660.3076.1349.7946.86
Hex93B33C120421E4c322f
Octal22326374220102361146257
Binary10010011101100111111001001001000010111101001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,60); }

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

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

 a { background-color: rgb(147,179,60); }

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

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

 span { border-color: rgb(147,179,60); }

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