#94BD23

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

Shades of Limerick #94BD23

Tints of Limerick #94BD23

Color information

#94BD23 (or 0x94BD23) is unknown color: approx Limerick. HEX triplet: 94, BD and 23. RGB value is (148,189,35). Sum of RGB (Red+Green+Blue) = 148+189+35=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD23 is #6B42DC. Grayscale: #9F9F9F. Windows color (decimal): -7029469 or 2342292. OLE color: 2342292.

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

Color convert

RGB14818935-
CMYK0.2200.810.26
HSL75.97º68.75%43.92%-
HSV(B)75.97º81.48%74.12%-
XYZ30.7142.818.23-
YUV159.1857.92120.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 35 (14.06% from 255) = 9.41%
R=39.78%
G=50.81%
B=9.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189350.2200.810.2675.9768.7543.92
Hex94BD23160511A4c452c
Octal224275432601213211410554
Binary100101001011110110001110110010100011101010011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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