#94BD26

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

Shades of Limerick #94BD26

Tints of Limerick #94BD26

Color information

#94BD26 (or 0x94BD26) is unknown color: approx Limerick. HEX triplet: 94, BD and 26. RGB value is (148,189,38). Sum of RGB (Red+Green+Blue) = 148+189+38=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD26 is #6B42D9. Grayscale: #A0A0A0. Windows color (decimal): -7029466 or 2538900. OLE color: 2538900.

HSL color Cylindrical-coordinate representation of color #94BD26: hue angle of 76.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94BD26 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB14818938-
CMYK0.2200.800.26
HSL76.29º66.52%44.51%-
HSV(B)76.29º79.89%74.12%-
XYZ30.7642.838.48-
YUV159.5359.42119.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=39.47%
G=50.4%
B=10.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189380.2200.800.2676.2966.5244.51
Hex94BD26160501A4c432d
Octal224275462601203211410355
Binary100101001011110110011010110010100001101010011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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