Html Css Color HEX #91BC2D Limerick

📋 copy color: '#91BC2D'

red 145 ◦ green 188 ◦ blue 45

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

Shades of Limerick #91BC2D

Tints of Limerick #91BC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 38.36%
G = 49.74%
B = 11.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#91BC2D (or 0x91BC2D) is known color: Limerick. HEX triplet: 91, BC and 2D. RGB value is (145,188,45). Sum of RGB (Red+Green+Blue) = 145+188+45=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC2D is #6E43D2. Grayscale: #9F9F9F. Windows color (decimal): -7226323 or 2997393. OLE color: 2997393.

HSL color Cylindrical-coordinate representation of color #91BC2D: hue angle of 78.04º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91BC2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 188 45 -
CMYK 0.23 0 0.76 0.26
HSL 78.04º 0.61% 0.46% -
HSV(B) 78.04º 0.76% 0.74% -
XYZ 30.13 42.18 9.04 -
YUV 158.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 145 188 45 0.23 0 0.76 0.26 78.04 0.61 0.46
Hex 91 BC 2D 17 0 4C 1A 4E 3D 2E
Octal 221 274 55 27 0 114 32 116 75 56
Binary 10010001 10111100 101101 10111 0 1001100 11010 1001110 111101 101110

Color Harmonies of #91BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC2D

Black with #91BC2D

Text Example


Text Example

White with #91BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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