#94A922

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

Shades of Limerick #94A922

Tints of Limerick #94A922

Color information

#94A922 (or 0x94A922) is unknown color: approx Limerick. HEX triplet: 94, A9 and 22. RGB value is (148,169,34). Sum of RGB (Red+Green+Blue) = 148+169+34=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #94A922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A922 is #6B56DD. Grayscale: #939393. Windows color (decimal): -7034590 or 2271636. OLE color: 2271636.

HSL color Cylindrical-coordinate representation of color #94A922: hue angle of 69.33º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94A922 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB14816934-
CMYK0.1200.800.34
HSL69.33º66.5%39.8%-
HSV(B)69.33º79.88%66.27%-
XYZ26.6934.796.82-
YUV147.3364.04128.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=42.17%
G=48.15%
B=9.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148169340.1200.800.3469.3366.539.8
Hex94A922C05022454328
Octal224251421401204210510350
Binary100101001010100110001011000101000010001010001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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