#91AA35

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

Shades of Limerick #91AA35

Tints of Limerick #91AA35

Color information

#91AA35 (or 0x91AA35) is unknown color: approx Limerick. HEX triplet: 91, AA and 35. RGB value is (145,170,53). Sum of RGB (Red+Green+Blue) = 145+170+53=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA35 is #6E55CA. Grayscale: #959595. Windows color (decimal): -7230923 or 3517073. OLE color: 3517073.

HSL color Cylindrical-coordinate representation of color #91AA35: hue angle of 72.82º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91AA35 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB14517053-
CMYK0.1500.690.33
HSL72.82º52.47%43.73%-
HSV(B)72.82º68.82%66.67%-
XYZ26.6935.038.72-
YUV149.1973.72125.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=39.40%
G=46.20%
B=14.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145170530.1500.690.3372.8252.4743.73
Hex91AA35F0452149342c
Octal22125265170105411116454
Binary10010001101010101101011111010001011000011001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,170,53); }

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

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

 a { background-color: rgb(145,170,53); }

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

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

 span { border-color: rgb(145,170,53); }

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