Html Css Color HEX #91BC26 Limerick

📋 copy color: '#91BC26'

red 145 ◦ green 188 ◦ blue 38

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

Shades of Limerick #91BC26

Tints of Limerick #91BC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

 BLUE value IS 38 (15.23% from 255) = 10.24%

R = 39.08%
G = 50.67%
B = 10.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#91BC26 (or 0x91BC26) is known color: Limerick. HEX triplet: 91, BC and 26. RGB value is (145,188,38). Sum of RGB (Red+Green+Blue) = 145+188+38=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC26 is #6E43D9. Grayscale: #9E9E9E. Windows color (decimal): -7226330 or 2538641. OLE color: 2538641.

HSL color Cylindrical-coordinate representation of color #91BC26: hue angle of 77.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91BC26 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 188 38 -
CMYK 0.23 0 0.80 0.26
HSL 77.2º 0.66% 0.44% -
HSV(B) 77.2º 0.8% 0.74% -
XYZ 30.01 42.13 8.38 -
YUV 158.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 145 188 38 0.23 0 0.80 0.26 77.2 0.66 0.44
Hex 91 BC 26 17 0 50 1A 4D 42 2C
Octal 221 274 46 27 0 120 32 115 102 54
Binary 10010001 10111100 100110 10111 0 1010000 11010 1001101 1000010 101100

Color Harmonies of #91BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC26

Black with #91BC26

Text Example


Text Example

White with #91BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,188,38); }

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

background-color css

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

 a { background-color: rgb(145,188,38); }

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

border-color css

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

 span { border-color: rgb(145,188,38); }

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