#91A632

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

Shades of Limerick #91A632

Tints of Limerick #91A632

Color information

#91A632 (or 0x91A632) is unknown color: approx Limerick. HEX triplet: 91, A6 and 32. RGB value is (145,166,50). Sum of RGB (Red+Green+Blue) = 145+166+50=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #91A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A632 is #6E59CD. Grayscale: #929292. Windows color (decimal): -7231950 or 3319441. OLE color: 3319441.

HSL color Cylindrical-coordinate representation of color #91A632: hue angle of 70.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91A632 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14516650-
CMYK0.1300.700.35
HSL70.86º53.7%42.35%-
HSV(B)70.86º69.88%65.1%-
XYZ25.8933.528.12-
YUV146.573.54126.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=40.17%
G=45.98%
B=13.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145166500.1300.700.3570.8653.742.35
Hex91A632D0462347362a
Octal22124662150106431076652
Binary10010001101001101100101101010001101000111000111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,166,50); }

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

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

 a { background-color: rgb(145,166,50); }

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

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

 span { border-color: rgb(145,166,50); }

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