#93A93A

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

Shades of Limerick #93A93A

Tints of Limerick #93A93A

Color information

#93A93A (or 0x93A93A) is unknown color: approx Limerick. HEX triplet: 93, A9 and 3A. RGB value is (147,169,58). Sum of RGB (Red+Green+Blue) = 147+169+58=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #93A93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A93A is #6C56C5. Grayscale: #969696. Windows color (decimal): -7100102 or 3844499. OLE color: 3844499.

HSL color Cylindrical-coordinate representation of color #93A93A: hue angle of 71.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93A93A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB14716958-
CMYK0.1300.660.34
HSL71.89º48.9%44.51%-
HSV(B)71.89º65.68%66.27%-
XYZ26.9834.889.31-
YUV149.7776.21126.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=39.30%
G=45.19%
B=15.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147169580.1300.660.3471.8948.944.51
Hex93A93AD0422248312d
Octal22325172150102421106155
Binary10010011101010011110101101010000101000101001000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,169,58); }

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

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

 a { background-color: rgb(147,169,58); }

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

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

 span { border-color: rgb(147,169,58); }

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