#93B23C

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

Shades of Limerick #93B23C

Tints of Limerick #93B23C

Color information

#93B23C (or 0x93B23C) is unknown color: approx Limerick. HEX triplet: 93, B2 and 3C. RGB value is (147,178,60). Sum of RGB (Red+Green+Blue) = 147+178+60=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #93B23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B23C is #6C4DC3. Grayscale: #9B9B9B. Windows color (decimal): -7097796 or 3977875. OLE color: 3977875.

HSL color Cylindrical-coordinate representation of color #93B23C: hue angle of 75.76º 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 #93B23C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB14717860-
CMYK0.1700.660.30
HSL75.76º49.58%46.67%-
HSV(B)75.76º66.29%69.8%-
XYZ28.7738.3710.16-
YUV155.2874.23122.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=38.18%
G=46.23%
B=15.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147178600.1700.660.3075.7649.5846.67
Hex93B23C110421E4c322f
Octal22326274210102361146257
Binary10010011101100101111001000101000010111101001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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