#93AD36

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

Shades of Limerick #93AD36

Tints of Limerick #93AD36

Color information

#93AD36 (or 0x93AD36) is unknown color: approx Limerick. HEX triplet: 93, AD and 36. RGB value is (147,173,54). Sum of RGB (Red+Green+Blue) = 147+173+54=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD36 is #6C52C9. Grayscale: #989898. Windows color (decimal): -7099082 or 3583379. OLE color: 3583379.

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

Color convert

RGB14717354-
CMYK0.1500.690.32
HSL73.11º52.42%44.51%-
HSV(B)73.11º68.79%67.84%-
XYZ27.6436.369.05-
YUV151.6672.89124.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 173 (67.97% from 255) = 46.26%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=39.30%
G=46.26%
B=14.44%

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
Decimal147173540.1500.690.3273.1152.4244.51
Hex93AD36F0452049342d
Octal22325566170105401116455
Binary10010011101011011101101111010001011000001001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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