Html Css Color HEX #91AD32 Limerick

📋 copy color: '#91AD32'

red 145 ◦ green 173 ◦ blue 50

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

Shades of Limerick #91AD32

Tints of Limerick #91AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.01%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 39.4%
G = 47.01%
B = 13.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#91AD32 (or 0x91AD32) is known color: Limerick. HEX triplet: 91, AD and 32. RGB value is (145,173,50). Sum of RGB (Red+Green+Blue) = 145+173+50=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AD32 is #6E52CD. Grayscale: #979797. Windows color (decimal): -7230158 or 3321233. OLE color: 3321233.

HSL color Cylindrical-coordinate representation of color #91AD32: hue angle of 73.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91AD32 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 173 50 -
CMYK 0.16 0 0.71 0.32
HSL 73.66º 0.55% 0.44% -
HSV(B) 73.66º 0.71% 0.68% -
XYZ 27.2 36.14 8.56 -
YUV 150.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 145 173 50 0.16 0 0.71 0.32 73.66 0.55 0.44
Hex 91 AD 32 10 0 47 20 4A 37 2C
Octal 221 255 62 20 0 107 40 112 67 54
Binary 10010001 10101101 110010 10000 0 1000111 100000 1001010 110111 101100

Color Harmonies of #91AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AD32

Black with #91AD32

Text Example


Text Example

White with #91AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,173,50); }

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

background-color css

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

 a { background-color: rgb(145,173,50); }

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

border-color css

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

 span { border-color: rgb(145,173,50); }

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