Html Css Color HEX #91BD1B Limerick

📋 copy color: '#91BD1B'

red 145 ◦ green 189 ◦ blue 27

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

Shades of Limerick #91BD1B

Tints of Limerick #91BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 40.17%
G = 52.35%
B = 7.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#91BD1B (or 0x91BD1B) is known color: Limerick. HEX triplet: 91, BD and 1B. RGB value is (145,189,27). Sum of RGB (Red+Green+Blue) = 145+189+27=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD1B is #6E42E4. Grayscale: #9D9D9D. Windows color (decimal): -7226085 or 1818001. OLE color: 1818001.

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

Color convert

RGB 145 189 27 -
CMYK 0.23 0 0.86 0.26
HSL 76.3º 0.75% 0.42% -
HSV(B) 76.3º 0.86% 0.74% -
XYZ 30.07 42.49 7.65 -
YUV 157.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 145 189 27 0.23 0 0.86 0.26 76.3 0.75 0.42
Hex 91 BD 1B 17 0 56 1A 4C 4B 2A
Octal 221 275 33 27 0 126 32 114 113 52
Binary 10010001 10111101 11011 10111 0 1010110 11010 1001100 1001011 101010

Color Harmonies of #91BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BD1B

Black with #91BD1B

Text Example


Text Example

White with #91BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,189,27); }

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

background-color css

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

 a { background-color: rgb(145,189,27); }

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

border-color css

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

 span { border-color: rgb(145,189,27); }

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