#94B441

Color #94B441 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #94B441

Tints of Limerick #94B441

Color information

#94B441 (or 0x94B441) is unknown color: approx Limerick. HEX triplet: 94, B4 and 41. RGB value is (148,180,65). Sum of RGB (Red+Green+Blue) = 148+180+65=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #94B441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B441 is #6B4BBE. Grayscale: #9D9D9D. Windows color (decimal): -7031743 or 4306068. OLE color: 4306068.

HSL color Cylindrical-coordinate representation of color #94B441: hue angle of 76.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94B441 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB14818065-
CMYK0.1800.640.29
HSL76.7º46.94%48.04%-
HSV(B)76.7º63.89%70.59%-
XYZ29.4939.3211.04-
YUV157.3275.9121.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=37.66%
G=45.80%
B=16.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180650.1800.640.2976.746.9448.04
Hex94B441120401D4d2f30
Octal224264101220100351155760
Binary100101001011010010000011001001000000111011001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B441; }

 p { color: rgb(148,180,65); }

 H1.HeaderClassName
 {
   color: #94B441;
 }
 .AnyTagClassName
 {
   color: #94B441;
 }
</style>
background-color css

<style>
 a { background-color: #94B441; }

 a { background-color: rgb(148,180,65); }

 div.DivClassName
 {
   background-color: #94B441;
 }
 .BgClassName
 {
   background-color: #94B441;
 }
</style>
border-color css

<style>
 span { border-color: #94B441; }

 span { border-color: rgb(148,180,65); }

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