#91A433

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

Shades of Limerick #91A433

Tints of Limerick #91A433

Color information

#91A433 (or 0x91A433) is unknown color: approx Limerick. HEX triplet: 91, A4 and 33. RGB value is (145,164,51). Sum of RGB (Red+Green+Blue) = 145+164+51=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #91A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A433 is #6E5BCC. Grayscale: #919191. Windows color (decimal): -7232461 or 3384465. OLE color: 3384465.

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

Color convert

RGB14516451-
CMYK0.1200.690.36
HSL70.09º52.56%42.16%-
HSV(B)70.09º68.9%64.31%-
XYZ25.5532.818.12-
YUV145.4474.71127.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=40.28%
G=45.56%
B=14.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal145164510.1200.690.3670.0952.5642.16
Hex91A433C0452446352a
Octal22124463140105441066552
Binary10010001101001001100111100010001011001001000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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