Html Css Color HEX #91BC1D Limerick

📋 copy color: '#91BC1D'

red 145 ◦ green 188 ◦ blue 29

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

Shades of Limerick #91BC1D

Tints of Limerick #91BC1D

RGB

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

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

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

R = 40.06%
G = 51.93%
B = 8.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#91BC1D (or 0x91BC1D) is known color: Limerick. HEX triplet: 91, BC and 1D. RGB value is (145,188,29). Sum of RGB (Red+Green+Blue) = 145+188+29=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC1D is #6E43E2. Grayscale: #9D9D9D. Windows color (decimal): -7226339 or 1948817. OLE color: 1948817.

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

Color convert

RGB 145 188 29 -
CMYK 0.23 0 0.85 0.26
HSL 76.23º 0.73% 0.43% -
HSV(B) 76.23º 0.85% 0.74% -
XYZ 29.88 42.07 7.71 -
YUV 157.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 145 188 29 0.23 0 0.85 0.26 76.23 0.73 0.43
Hex 91 BC 1D 17 0 55 1A 4C 49 2B
Octal 221 274 35 27 0 125 32 114 111 53
Binary 10010001 10111100 11101 10111 0 1010101 11010 1001100 1001001 101011

Color Harmonies of #91BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC1D

Black with #91BC1D

Text Example


Text Example

White with #91BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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