#93A53B

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

Shades of Limerick #93A53B

Tints of Limerick #93A53B

Color information

#93A53B (or 0x93A53B) is unknown color: approx Limerick. HEX triplet: 93, A5 and 3B. RGB value is (147,165,59). Sum of RGB (Red+Green+Blue) = 147+165+59=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #93A53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A53B is #6C5AC4. Grayscale: #939393. Windows color (decimal): -7101125 or 3909011. OLE color: 3909011.

HSL color Cylindrical-coordinate representation of color #93A53B: hue angle of 70.19º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93A53B is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB14716559-
CMYK0.1100.640.35
HSL70.19º47.32%43.92%-
HSV(B)70.19º64.24%64.71%-
XYZ26.2833.439.21-
YUV147.5378.04127.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=39.62%
G=44.47%
B=15.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165590.1100.640.3570.1947.3243.92
Hex93A53BB04023462f2c
Octal22324573130100431065754
Binary10010011101001011110111011010000001000111000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,59); }

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

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

 a { background-color: rgb(147,165,59); }

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

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

 span { border-color: rgb(147,165,59); }

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