#94B622

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

Shades of Limerick #94B622

Tints of Limerick #94B622

Color information

#94B622 (or 0x94B622) is unknown color: approx Limerick. HEX triplet: 94, B6 and 22. RGB value is (148,182,34). Sum of RGB (Red+Green+Blue) = 148+182+34=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #94B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B622 is #6B49DD. Grayscale: #9B9B9B. Windows color (decimal): -7031262 or 2274964. OLE color: 2274964.

HSL color Cylindrical-coordinate representation of color #94B622: hue angle of 73.78º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94B622 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB14818234-
CMYK0.1900.810.29
HSL73.78º68.52%42.35%-
HSV(B)73.78º81.32%71.37%-
XYZ29.2339.877.67-
YUV154.9659.74123.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 9.34%
R=40.66%
G=50%
B=9.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148182340.1900.810.2973.7868.5242.35
Hex94B622130511D4a452a
Octal224266422301213511210552
Binary100101001011011010001010011010100011110110010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,34); }

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

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

 a { background-color: rgb(148,182,34); }

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

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

 span { border-color: rgb(148,182,34); }

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