#91BE1B

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

Shades of Limerick #91BE1B

Tints of Limerick #91BE1B

Color information

#91BE1B (or 0x91BE1B) is unknown color: approx Limerick. HEX triplet: 91, BE and 1B. RGB value is (145,190,27). Sum of RGB (Red+Green+Blue) = 145+190+27=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BE1B is #6E41E4. Grayscale: #9E9E9E. Windows color (decimal): -7225829 or 1818257. OLE color: 1818257.

HSL color Cylindrical-coordinate representation of color #91BE1B: hue angle of 76.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91BE1B is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14519027-
CMYK0.2400.860.25
HSL76.56º75.12%42.55%-
HSV(B)76.56º85.79%74.51%-
XYZ30.2942.937.73-
YUV157.9654.09118.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 27 (10.94% from 255) = 7.46%
R=40.06%
G=52.49%
B=7.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145190270.2400.860.2576.5675.1242.55
Hex91BE1B18056194d4b2b
Octal221276333001263111511353
Binary10010001101111101101111000010101101100110011011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,190,27); }

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

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

 a { background-color: rgb(145,190,27); }

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

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

 span { border-color: rgb(145,190,27); }

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