#91B43A

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

Shades of Limerick #91B43A

Tints of Limerick #91B43A

Color information

#91B43A (or 0x91B43A) is unknown color: approx Limerick. HEX triplet: 91, B4 and 3A. RGB value is (145,180,58). Sum of RGB (Red+Green+Blue) = 145+180+58=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #91B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B43A is #6E4BC5. Grayscale: #9C9C9C. Windows color (decimal): -7228358 or 3847313. OLE color: 3847313.

HSL color Cylindrical-coordinate representation of color #91B43A: hue angle of 77.21º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91B43A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB14518058-
CMYK0.1900.680.29
HSL77.21º51.26%46.67%-
HSV(B)77.21º67.78%70.59%-
XYZ28.7638.9710.01-
YUV155.6372.9120.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=37.86%
G=47.00%
B=15.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145180580.1900.680.2977.2151.2646.67
Hex91B43A130441D4d332f
Octal22126472230104351156357
Binary10010001101101001110101001101000100111011001101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,180,58); }

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

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

 a { background-color: rgb(145,180,58); }

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

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

 span { border-color: rgb(145,180,58); }

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