#91AA3D

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

Shades of Limerick #91AA3D

Tints of Limerick #91AA3D

Color information

#91AA3D (or 0x91AA3D) is unknown color: approx Limerick. HEX triplet: 91, AA and 3D. RGB value is (145,170,61). Sum of RGB (Red+Green+Blue) = 145+170+61=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA3D is #6E55C2. Grayscale: #969696. Windows color (decimal): -7230915 or 4041361. OLE color: 4041361.

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

Color convert

RGB14517061-
CMYK0.1500.640.33
HSL73.76º47.19%45.29%-
HSV(B)73.76º64.12%66.67%-
XYZ26.8935.119.77-
YUV150.177.72124.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=38.56%
G=45.21%
B=16.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145170610.1500.640.3373.7647.1945.29
Hex91AA3DF040214a2f2d
Octal22125275170100411125755
Binary10010001101010101111011111010000001000011001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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