#93B131

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

Shades of Limerick #93B131

Tints of Limerick #93B131

Color information

#93B131 (or 0x93B131) is unknown color: approx Limerick. HEX triplet: 93, B1 and 31. RGB value is (147,177,49). Sum of RGB (Red+Green+Blue) = 147+177+49=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #93B131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B131 is #6C4ECE. Grayscale: #999999. Windows color (decimal): -7098063 or 3256723. OLE color: 3256723.

HSL color Cylindrical-coordinate representation of color #93B131: hue angle of 74.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93B131 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB14717749-
CMYK0.1700.720.31
HSL74.06º56.64%44.31%-
HSV(B)74.06º72.32%69.41%-
XYZ28.3137.878.72-
YUV153.4469.06123.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=39.41%
G=47.45%
B=13.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147177490.1700.720.3174.0656.6444.31
Hex93B131110481F4a392c
Octal22326161210110371127154
Binary10010011101100011100011000101001000111111001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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