#93AE3C

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

Shades of Limerick #93AE3C

Tints of Limerick #93AE3C

Color information

#93AE3C (or 0x93AE3C) is unknown color: approx Limerick. HEX triplet: 93, AE and 3C. RGB value is (147,174,60). Sum of RGB (Red+Green+Blue) = 147+174+60=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE3C is #6C51C3. Grayscale: #999999. Windows color (decimal): -7098820 or 3976851. OLE color: 3976851.

HSL color Cylindrical-coordinate representation of color #93AE3C: hue angle of 74.21º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93AE3C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB14717460-
CMYK0.1600.660.32
HSL74.21º48.72%45.88%-
HSV(B)74.21º65.52%68.24%-
XYZ27.9836.89.9-
YUV152.9375.55123.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 60 (23.83% from 255) = 15.75%
R=38.58%
G=45.67%
B=15.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147174600.1600.660.3274.2148.7245.88
Hex93AE3C10042204a312e
Octal22325674200102401126156
Binary100100111010111011110010000010000101000001001010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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