Html Css Color HEX #91B41A Limerick

📋 copy color: '#91B41A'

red 145 ◦ green 180 ◦ blue 26

#91B41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #91B41A

Tints of Limerick #91B41A

RGB

 RED value IS 145 (57.03% from 255) = 41.31%

 GREEN value IS 180 (70.7% from 255) = 51.28%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 41.31%
G = 51.28%
B = 7.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#91B41A (or 0x91B41A) is known color: Limerick. HEX triplet: 91, B4 and 1A. RGB value is (145,180,26). Sum of RGB (Red+Green+Blue) = 145+180+26=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #91B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B41A is #6E4BE5. Grayscale: #989898. Windows color (decimal): -7228390 or 1750161. OLE color: 1750161.

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

Color convert

RGB 145 180 26 -
CMYK 0.19 0 0.86 0.29
HSL 73.64º 0.75% 0.4% -
HSV(B) 73.64º 0.86% 0.71% -
XYZ 28.18 38.74 6.97 -
YUV 151.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 145 180 26 0.19 0 0.86 0.29 73.64 0.75 0.4
Hex 91 B4 1A 13 0 56 1D 4A 4B 28
Octal 221 264 32 23 0 126 35 112 113 50
Binary 10010001 10110100 11010 10011 0 1010110 11101 1001010 1001011 101000

Color Harmonies of #91B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B41A

Black with #91B41A

Text Example


Text Example

White with #91B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91B41A;
 }
 .AnyTagClassName
 {
   color: #91B41A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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