Html Css Color HEX #91B91F Limerick

📋 copy color: '#91B91F'

red 145 ◦ green 185 ◦ blue 31

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

Shades of Limerick #91B91F

Tints of Limerick #91B91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.25%

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

R = 40.17%
G = 51.25%
B = 8.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#91B91F (or 0x91B91F) is known color: Limerick. HEX triplet: 91, B9 and 1F. RGB value is (145,185,31). Sum of RGB (Red+Green+Blue) = 145+185+31=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #91B91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B91F is #6E46E0. Grayscale: #9C9C9C. Windows color (decimal): -7227105 or 2079121. OLE color: 2079121.

HSL color Cylindrical-coordinate representation of color #91B91F: hue angle of 75.58º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91B91F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 185 31 -
CMYK 0.22 0 0.83 0.27
HSL 75.58º 0.71% 0.42% -
HSV(B) 75.58º 0.83% 0.73% -
XYZ 29.27 40.82 7.63 -
YUV 155.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 145 185 31 0.22 0 0.83 0.27 75.58 0.71 0.42
Hex 91 B9 1F 16 0 53 1B 4C 47 2A
Octal 221 271 37 26 0 123 33 114 107 52
Binary 10010001 10111001 11111 10110 0 1010011 11011 1001100 1000111 101010

Color Harmonies of #91B91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B91F

Black with #91B91F

Text Example


Text Example

White with #91B91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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