#91B63A

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

Shades of Limerick #91B63A

Tints of Limerick #91B63A

Color information

#91B63A (or 0x91B63A) is unknown color: approx Limerick. HEX triplet: 91, B6 and 3A. RGB value is (145,182,58). Sum of RGB (Red+Green+Blue) = 145+182+58=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #91B63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B63A is #6E49C5. Grayscale: #9D9D9D. Windows color (decimal): -7227846 or 3847825. OLE color: 3847825.

HSL color Cylindrical-coordinate representation of color #91B63A: hue angle of 77.9º degrees, saturation: 0.52, 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 #91B63A is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB14518258-
CMYK0.2000.680.29
HSL77.9º51.67%47.06%-
HSV(B)77.9º68.13%71.37%-
XYZ29.1739.7810.14-
YUV156.872.24119.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=37.66%
G=47.27%
B=15.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145182580.2000.680.2977.951.6747.06
Hex91B63A140441D4e342f
Octal22126672240104351166457
Binary10010001101101101110101010001000100111011001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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