#93B03F

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

Shades of Limerick #93B03F

Tints of Limerick #93B03F

Color information

#93B03F (or 0x93B03F) is unknown color: approx Limerick. HEX triplet: 93, B0 and 3F. RGB value is (147,176,63). Sum of RGB (Red+Green+Blue) = 147+176+63=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #93B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B03F is #6C4FC0. Grayscale: #9A9A9A. Windows color (decimal): -7098305 or 4173971. OLE color: 4173971.

HSL color Cylindrical-coordinate representation of color #93B03F: hue angle of 75.4º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93B03F is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB14717663-
CMYK0.1600.640.31
HSL75.4º47.28%46.86%-
HSV(B)75.4º64.2%69.02%-
XYZ28.4637.6110.46-
YUV154.4576.39122.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 63 (25% from 255) = 16.32%
R=38.08%
G=45.60%
B=16.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176630.1600.640.3175.447.2846.86
Hex93B03F100401F4b2f2f
Octal22326077200100371135757
Binary10010011101100001111111000001000000111111001011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,63); }

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

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

 a { background-color: rgb(147,176,63); }

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

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

 span { border-color: rgb(147,176,63); }

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