#94B036

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

Shades of Limerick #94B036

Tints of Limerick #94B036

Color information

#94B036 (or 0x94B036) is unknown color: approx Limerick. HEX triplet: 94, B0 and 36. RGB value is (148,176,54). Sum of RGB (Red+Green+Blue) = 148+176+54=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #94B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B036 is #6B4FC9. Grayscale: #9A9A9A. Windows color (decimal): -7032778 or 3584148. OLE color: 3584148.

HSL color Cylindrical-coordinate representation of color #94B036: hue angle of 73.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94B036 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB14817654-
CMYK0.1600.690.31
HSL73.77º53.04%45.1%-
HSV(B)73.77º69.32%69.02%-
XYZ28.437.619.25-
YUV153.7271.72123.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=39.15%
G=46.56%
B=14.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176540.1600.690.3173.7753.0445.1
Hex94B036100451F4a352d
Octal22426066200105371126555
Binary10010100101100001101101000001000101111111001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,54); }

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

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

 a { background-color: rgb(148,176,54); }

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

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

 span { border-color: rgb(148,176,54); }

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