#91a42d

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

Shades of Limerick #91A42D

Tints of Limerick #91A42D

Color information

#91A42D (or 0x91A42D) is unknown color: approx Limerick. HEX triplet: 91, A4 and 2D. RGB value is (145,164,45). Sum of RGB (Red+Green+Blue) = 145+164+45=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #91A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A42D is #6E5BD2. Grayscale: #919191. Windows color (decimal): -7232467 or 2991249. OLE color: 2991249.

HSL color Cylindrical-coordinate representation of color #91A42D: hue angle of 69.58º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91A42D is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB14516445-
CMYK0.1200.730.36
HSL69.58º56.94%40.98%-
HSV(B)69.58º72.56%64.31%-
XYZ25.4332.767.47-
YUV144.7571.71128.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=40.96%
G=46.33%
B=12.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal145164450.1200.730.3669.5856.9440.98
Hex91A42DC04924463929
Octal22124455140111441067151
Binary10010001101001001011011100010010011001001000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91a42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91a42d; }

 p { color: rgb(145,164,45); }

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

<style>
 a { background-color: #91a42d; }

 a { background-color: rgb(145,164,45); }

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

<style>
 span { border-color: #91a42d; }

 span { border-color: rgb(145,164,45); }

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