#93B13F

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

Shades of Limerick #93B13F

Tints of Limerick #93B13F

Color information

#93B13F (or 0x93B13F) is unknown color: approx Limerick. HEX triplet: 93, B1 and 3F. RGB value is (147,177,63). Sum of RGB (Red+Green+Blue) = 147+177+63=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #93B13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B13F is #6C4EC0. Grayscale: #9B9B9B. Windows color (decimal): -7098049 or 4174227. OLE color: 4174227.

HSL color Cylindrical-coordinate representation of color #93B13F: hue angle of 75.79º degrees, saturation: 0.48, 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 #93B13F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB14717763-
CMYK0.1700.640.31
HSL75.79º47.5%47.06%-
HSV(B)75.79º64.41%69.41%-
XYZ28.6538.0110.53-
YUV155.0376.06122.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 63 (25% from 255) = 16.28%
R=37.98%
G=45.74%
B=16.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147177630.1700.640.3175.7947.547.06
Hex93B13F110401F4c302f
Octal22326177210100371146057
Binary10010011101100011111111000101000000111111001100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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