#91B03C

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

Shades of Limerick #91B03C

Tints of Limerick #91B03C

Color information

#91B03C (or 0x91B03C) is unknown color: approx Limerick. HEX triplet: 91, B0 and 3C. RGB value is (145,176,60). Sum of RGB (Red+Green+Blue) = 145+176+60=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #91B03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B03C is #6E4FC3. Grayscale: #999999. Windows color (decimal): -7229380 or 3977361. OLE color: 3977361.

HSL color Cylindrical-coordinate representation of color #91B03C: hue angle of 76.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91B03C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB14517660-
CMYK0.1800.660.31
HSL76.03º49.15%46.27%-
HSV(B)76.03º65.91%69.02%-
XYZ28.0237.410.02-
YUV153.5175.23121.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 60 (23.83% from 255) = 15.75%
R=38.06%
G=46.19%
B=15.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145176600.1800.660.3176.0349.1546.27
Hex91B03C120421F4c312e
Octal22126074220102371146156
Binary10010001101100001111001001001000010111111001100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,176,60); }

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

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

 a { background-color: rgb(145,176,60); }

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

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

 span { border-color: rgb(145,176,60); }

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