#91a930

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

Shades of Limerick #91A930

Tints of Limerick #91A930

Color information

#91A930 (or 0x91A930) is unknown color: approx Limerick. HEX triplet: 91, A9 and 30. RGB value is (145,169,48). Sum of RGB (Red+Green+Blue) = 145+169+48=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #91A930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A930 is #6E56CF. Grayscale: #949494. Windows color (decimal): -7231184 or 3189137. OLE color: 3189137.

HSL color Cylindrical-coordinate representation of color #91A930: hue angle of 71.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91A930 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB14516948-
CMYK0.1400.720.34
HSL71.9º55.76%42.55%-
HSV(B)71.9º71.6%66.27%-
XYZ26.434.618.09-
YUV148.0371.55125.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 169 (66.41% from 255) = 46.69%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=40.06%
G=46.69%
B=13.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145169480.1400.720.3471.955.7642.55
Hex91A930E0482248382b
Octal22125160160110421107053
Binary10010001101010011100001110010010001000101001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91a930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,169,48); }

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

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

 a { background-color: rgb(145,169,48); }

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

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

 span { border-color: rgb(145,169,48); }

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