Html Css Color HEX #91B01D Limerick

📋 copy color: '#91B01D'

red 145 ◦ green 176 ◦ blue 29

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

Shades of Limerick #91B01D

Tints of Limerick #91B01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.29%

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

R = 41.43%
G = 50.29%
B = 8.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#91B01D (or 0x91B01D) is known color: Limerick. HEX triplet: 91, B0 and 1D. RGB value is (145,176,29). Sum of RGB (Red+Green+Blue) = 145+176+29=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #91B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B01D is #6E4FE2. Grayscale: #969696. Windows color (decimal): -7229411 or 1945745. OLE color: 1945745.

HSL color Cylindrical-coordinate representation of color #91B01D: hue angle of 72.65º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91B01D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 176 29 -
CMYK 0.18 0 0.84 0.31
HSL 72.65º 0.72% 0.4% -
HSV(B) 72.65º 0.84% 0.69% -
XYZ 27.42 37.16 6.89 -
YUV 149.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 145 176 29 0.18 0 0.84 0.31 72.65 0.72 0.4
Hex 91 B0 1D 12 0 54 1F 49 48 28
Octal 221 260 35 22 0 124 37 111 110 50
Binary 10010001 10110000 11101 10010 0 1010100 11111 1001001 1001000 101000

Color Harmonies of #91B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B01D

Black with #91B01D

Text Example


Text Example

White with #91B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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