Html Css Color HEX #91AA1F Limerick

📋 copy color: '#91AA1F'

red 145 ◦ green 170 ◦ blue 31

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

Shades of Limerick #91AA1F

Tints of Limerick #91AA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 41.91%
G = 49.13%
B = 8.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#91AA1F (or 0x91AA1F) is known color: Limerick. HEX triplet: 91, AA and 1F. RGB value is (145,170,31). Sum of RGB (Red+Green+Blue) = 145+170+31=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA1F is #6E55E0. Grayscale: #939393. Windows color (decimal): -7230945 or 2075281. OLE color: 2075281.

HSL color Cylindrical-coordinate representation of color #91AA1F: hue angle of 70.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91AA1F is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 170 31 -
CMYK 0.15 0 0.82 0.33
HSL 70.79º 0.69% 0.39% -
HSV(B) 70.79º 0.82% 0.67% -
XYZ 26.3 34.87 6.64 -
YUV 146.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 145 170 31 0.15 0 0.82 0.33 70.79 0.69 0.39
Hex 91 AA 1F F 0 52 21 47 45 27
Octal 221 252 37 17 0 122 41 107 105 47
Binary 10010001 10101010 11111 1111 0 1010010 100001 1000111 1000101 100111

Color Harmonies of #91AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AA1F

Black with #91AA1F

Text Example


Text Example

White with #91AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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