Html Css Color HEX #91B230 Limerick

📋 copy color: '#91B230'

red 145 ◦ green 178 ◦ blue 48

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

Shades of Limerick #91B230

Tints of Limerick #91B230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 39.08%
G = 47.98%
B = 12.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#91B230 (or 0x91B230) is known color: Limerick. HEX triplet: 91, B2 and 30. RGB value is (145,178,48). Sum of RGB (Red+Green+Blue) = 145+178+48=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #91B230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B230 is #6E4DCF. Grayscale: #999999. Windows color (decimal): -7228880 or 3191441. OLE color: 3191441.

HSL color Cylindrical-coordinate representation of color #91B230: hue angle of 75.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91B230 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 178 48 -
CMYK 0.19 0 0.73 0.30
HSL 75.23º 0.58% 0.44% -
HSV(B) 75.23º 0.73% 0.7% -
XYZ 28.13 38.07 8.66 -
YUV 153.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 145 178 48 0.19 0 0.73 0.30 75.23 0.58 0.44
Hex 91 B2 30 13 0 49 1E 4B 3A 2C
Octal 221 262 60 23 0 111 36 113 72 54
Binary 10010001 10110010 110000 10011 0 1001001 11110 1001011 111010 101100

Color Harmonies of #91B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B230

Black with #91B230

Text Example


Text Example

White with #91B230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,178,48); }

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

background-color css

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

 a { background-color: rgb(145,178,48); }

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

border-color css

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

 span { border-color: rgb(145,178,48); }

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