#93B63D

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

Shades of Limerick #93B63D

Tints of Limerick #93B63D

Color information

#93B63D (or 0x93B63D) is unknown color: approx Limerick. HEX triplet: 93, B6 and 3D. RGB value is (147,182,61). Sum of RGB (Red+Green+Blue) = 147+182+61=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #93B63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B63D is #6C49C2. Grayscale: #9E9E9E. Windows color (decimal): -7096771 or 4044435. OLE color: 4044435.

HSL color Cylindrical-coordinate representation of color #93B63D: hue angle of 77.36º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93B63D is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB14718261-
CMYK0.1900.660.29
HSL77.36º49.79%47.65%-
HSV(B)77.36º66.48%71.37%-
XYZ29.64010.57-
YUV157.7473.4120.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 182 (71.48% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 15.64%
R=37.69%
G=46.67%
B=15.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147182610.1900.660.2977.3649.7947.65
Hex93B63D130421D4d3230
Octal22326675230102351156260
Binary10010011101101101111011001101000010111011001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,61); }

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

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

 a { background-color: rgb(147,182,61); }

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

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

 span { border-color: rgb(147,182,61); }

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