#94AB23

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

Shades of Limerick #94AB23

Tints of Limerick #94AB23

Color information

#94AB23 (or 0x94AB23) is unknown color: approx Limerick. HEX triplet: 94, AB and 23. RGB value is (148,171,35). Sum of RGB (Red+Green+Blue) = 148+171+35=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB23 is #6B54DC. Grayscale: #959595. Windows color (decimal): -7034077 or 2337684. OLE color: 2337684.

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

Color convert

RGB14817135-
CMYK0.1300.800.33
HSL70.15º66.02%40.39%-
HSV(B)70.15º79.53%67.06%-
XYZ27.0835.547.02-
YUV148.6263.88127.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 35 (14.06% from 255) = 9.89%
R=41.81%
G=48.31%
B=9.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171350.1300.800.3370.1566.0240.39
Hex94AB23D05021464228
Octal224253431501204110610250
Binary100101001010101110001111010101000010000110001101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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