#94BD22

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

Shades of Limerick #94BD22

Tints of Limerick #94BD22

Color information

#94BD22 (or 0x94BD22) is unknown color: approx Limerick. HEX triplet: 94, BD and 22. RGB value is (148,189,34). Sum of RGB (Red+Green+Blue) = 148+189+34=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD22 is #6B42DD. Grayscale: #9F9F9F. Windows color (decimal): -7029470 or 2276756. OLE color: 2276756.

HSL color Cylindrical-coordinate representation of color #94BD22: hue angle of 75.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94BD22 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB14818934-
CMYK0.2200.820.26
HSL75.87º69.51%43.73%-
HSV(B)75.87º82.01%74.12%-
XYZ30.742.818.16-
YUV159.0757.42120.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 34 (13.67% from 255) = 9.16%
R=39.89%
G=50.94%
B=9.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189340.2200.820.2675.8769.5143.73
Hex94BD22160521A4c462c
Octal224275422601223211410654
Binary100101001011110110001010110010100101101010011001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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