#94B526

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

Shades of Limerick #94B526

Tints of Limerick #94B526

Color information

#94B526 (or 0x94B526) is unknown color: approx Limerick. HEX triplet: 94, B5 and 26. RGB value is (148,181,38). Sum of RGB (Red+Green+Blue) = 148+181+38=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #94B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B526 is #6B4AD9. Grayscale: #9B9B9B. Windows color (decimal): -7031514 or 2536852. OLE color: 2536852.

HSL color Cylindrical-coordinate representation of color #94B526: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94B526 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB14818138-
CMYK0.1800.790.29
HSL73.85º65.3%42.94%-
HSV(B)73.85º79.01%70.98%-
XYZ29.0939.487.92-
YUV154.8362.07123.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 181 (71.09% from 255) = 49.32%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=40.33%
G=49.32%
B=10.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181380.1800.790.2973.8565.342.94
Hex94B5261204F1D4a412b
Octal224265462201173511210153
Binary100101001011010110011010010010011111110110010101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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