Html Css Color HEX #91BA1D Limerick

📋 copy color: '#91BA1D'

red 145 ◦ green 186 ◦ blue 29

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

Shades of Limerick #91BA1D

Tints of Limerick #91BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 29 (11.72% from 255) = 8.06%

R = 40.28%
G = 51.67%
B = 8.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#91BA1D (or 0x91BA1D) is known color: Limerick. HEX triplet: 91, BA and 1D. RGB value is (145,186,29). Sum of RGB (Red+Green+Blue) = 145+186+29=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BA1D is #6E45E2. Grayscale: #9C9C9C. Windows color (decimal): -7226851 or 1948305. OLE color: 1948305.

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

Color convert

RGB 145 186 29 -
CMYK 0.22 0 0.84 0.27
HSL 75.67º 0.73% 0.42% -
HSV(B) 75.67º 0.84% 0.73% -
XYZ 29.46 41.23 7.57 -
YUV 155.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 145 186 29 0.22 0 0.84 0.27 75.67 0.73 0.42
Hex 91 BA 1D 16 0 54 1B 4C 49 2A
Octal 221 272 35 26 0 124 33 114 111 52
Binary 10010001 10111010 11101 10110 0 1010100 11011 1001100 1001001 101010

Color Harmonies of #91BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BA1D

Black with #91BA1D

Text Example


Text Example

White with #91BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,186,29); }

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

background-color css

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

 a { background-color: rgb(145,186,29); }

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

border-color css

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

 span { border-color: rgb(145,186,29); }

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