Html Css Color HEX #91BB2F Limerick

📋 copy color: '#91BB2F'

red 145 ◦ green 187 ◦ blue 47

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

Shades of Limerick #91BB2F

Tints of Limerick #91BB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.34%

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 38.26%
G = 49.34%
B = 12.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#91BB2F (or 0x91BB2F) is known color: Limerick. HEX triplet: 91, BB and 2F. RGB value is (145,187,47). Sum of RGB (Red+Green+Blue) = 145+187+47=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #91BB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BB2F is #6E44D0. Grayscale: #9E9E9E. Windows color (decimal): -7226577 or 3128209. OLE color: 3128209.

HSL color Cylindrical-coordinate representation of color #91BB2F: hue angle of 78º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91BB2F is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 187 47 -
CMYK 0.22 0 0.75 0.27
HSL 78º 0.6% 0.46% -
HSV(B) 78º 0.75% 0.73% -
XYZ 29.96 41.77 9.17 -
YUV 158.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 145 187 47 0.22 0 0.75 0.27 78 0.6 0.46
Hex 91 BB 2F 16 0 4B 1B 4E 3C 2E
Octal 221 273 57 26 0 113 33 116 74 56
Binary 10010001 10111011 101111 10110 0 1001011 11011 1001110 111100 101110

Color Harmonies of #91BB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BB2F

Black with #91BB2F

Text Example


Text Example

White with #91BB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,187,47); }

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

background-color css

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

 a { background-color: rgb(145,187,47); }

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

border-color css

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

 span { border-color: rgb(145,187,47); }

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