#94B53A

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

Shades of Limerick #94B53A

Tints of Limerick #94B53A

Color information

#94B53A (or 0x94B53A) is unknown color: approx Limerick. HEX triplet: 94, B5 and 3A. RGB value is (148,181,58). Sum of RGB (Red+Green+Blue) = 148+181+58=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #94B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B53A is #6B4AC5. Grayscale: #9D9D9D. Windows color (decimal): -7031494 or 3847572. OLE color: 3847572.

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

Color convert

RGB14818158-
CMYK0.1800.680.29
HSL76.1º51.46%46.86%-
HSV(B)76.1º67.96%70.98%-
XYZ29.539.6510.1-
YUV157.1172.07121.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=38.24%
G=46.77%
B=14.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181580.1800.680.2976.151.4646.86
Hex94B53A120441D4c332f
Octal22426572220104351146357
Binary10010100101101011110101001001000100111011001100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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