#93AD35

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

Shades of Limerick #93AD35

Tints of Limerick #93AD35

Color information

#93AD35 (or 0x93AD35) is unknown color: approx Limerick. HEX triplet: 93, AD and 35. RGB value is (147,173,53). Sum of RGB (Red+Green+Blue) = 147+173+53=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD35 is #6C52CA. Grayscale: #989898. Windows color (decimal): -7099083 or 3517843. OLE color: 3517843.

HSL color Cylindrical-coordinate representation of color #93AD35: hue angle of 73º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93AD35 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB14717353-
CMYK0.1500.690.32
HSL73º53.1%44.31%-
HSV(B)73º69.36%67.84%-
XYZ27.6236.358.93-
YUV151.5572.39124.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=39.41%
G=46.38%
B=14.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147173530.1500.690.327353.144.31
Hex93AD35F0452049352c
Octal22325565170105401116554
Binary10010011101011011101011111010001011000001001001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,53); }

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

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

 a { background-color: rgb(147,173,53); }

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

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

 span { border-color: rgb(147,173,53); }

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