#93A531

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

Shades of Limerick #93A531

Tints of Limerick #93A531

Color information

#93A531 (or 0x93A531) is unknown color: approx Limerick. HEX triplet: 93, A5 and 31. RGB value is (147,165,49). Sum of RGB (Red+Green+Blue) = 147+165+49=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #93A531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A531 is #6C5ACE. Grayscale: #929292. Windows color (decimal): -7101135 or 3253651. OLE color: 3253651.

HSL color Cylindrical-coordinate representation of color #93A531: hue angle of 69.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93A531 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14716549-
CMYK0.1100.700.35
HSL69.31º54.21%41.96%-
HSV(B)69.31º70.3%64.71%-
XYZ26.0433.347.97-
YUV146.3973.04128.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=40.72%
G=45.71%
B=13.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165490.1100.700.3569.3154.2141.96
Hex93A531B0462345362a
Octal22324561130106431056652
Binary10010011101001011100011011010001101000111000101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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