#91B13B

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

Shades of Limerick #91B13B

Tints of Limerick #91B13B

Color information

#91B13B (or 0x91B13B) is unknown color: approx Limerick. HEX triplet: 91, B1 and 3B. RGB value is (145,177,59). Sum of RGB (Red+Green+Blue) = 145+177+59=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #91B13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B13B is #6E4EC4. Grayscale: #9A9A9A. Windows color (decimal): -7229125 or 3912081. OLE color: 3912081.

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

Color convert

RGB14517759-
CMYK0.1800.670.31
HSL76.27º50%46.27%-
HSV(B)76.27º66.67%69.41%-
XYZ28.1937.789.94-
YUV153.9874.4121.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=38.06%
G=46.46%
B=15.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145177590.1800.670.3176.275046.27
Hex91B13B120431F4c322e
Octal22126173220103371146256
Binary10010001101100011110111001001000011111111001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,177,59); }

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

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

 a { background-color: rgb(145,177,59); }

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

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

 span { border-color: rgb(145,177,59); }

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