Html Css Color HEX #91B41F Limerick

📋 copy color: '#91B41F'

red 145 ◦ green 180 ◦ blue 31

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

Shades of Limerick #91B41F

Tints of Limerick #91B41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 40.73%
G = 50.56%
B = 8.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#91B41F (or 0x91B41F) is known color: Limerick. HEX triplet: 91, B4 and 1F. RGB value is (145,180,31). Sum of RGB (Red+Green+Blue) = 145+180+31=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #91B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B41F is #6E4BE0. Grayscale: #999999. Windows color (decimal): -7228385 or 2077841. OLE color: 2077841.

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

Color convert

RGB 145 180 31 -
CMYK 0.19 0 0.83 0.29
HSL 74.09º 0.71% 0.41% -
HSV(B) 74.09º 0.83% 0.71% -
XYZ 28.25 38.76 7.29 -
YUV 152.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 145 180 31 0.19 0 0.83 0.29 74.09 0.71 0.41
Hex 91 B4 1F 13 0 53 1D 4A 47 29
Octal 221 264 37 23 0 123 35 112 107 51
Binary 10010001 10110100 11111 10011 0 1010011 11101 1001010 1000111 101001

Color Harmonies of #91B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B41F

Black with #91B41F

Text Example


Text Example

White with #91B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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