#94B428

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

Shades of Limerick #94B428

Tints of Limerick #94B428

Color information

#94B428 (or 0x94B428) is unknown color: approx Limerick. HEX triplet: 94, B4 and 28. RGB value is (148,180,40). Sum of RGB (Red+Green+Blue) = 148+180+40=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #94B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B428 is #6B4BD7. Grayscale: #9B9B9B. Windows color (decimal): -7031768 or 2667668. OLE color: 2667668.

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

Color convert

RGB14818040-
CMYK0.1800.780.29
HSL73.71º63.64%43.14%-
HSV(B)73.71º77.78%70.59%-
XYZ28.9239.098.03-
YUV154.4763.4123.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=40.22%
G=48.91%
B=10.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180400.1800.780.2973.7163.6443.14
Hex94B4281204E1D4a402b
Octal224264502201163511210053
Binary100101001011010010100010010010011101110110010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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