#94B536

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

Shades of Limerick #94B536

Tints of Limerick #94B536

Color information

#94B536 (or 0x94B536) is unknown color: approx Limerick. HEX triplet: 94, B5 and 36. RGB value is (148,181,54). Sum of RGB (Red+Green+Blue) = 148+181+54=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #94B536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B536 is #6B4AC9. Grayscale: #9D9D9D. Windows color (decimal): -7031498 or 3585428. OLE color: 3585428.

HSL color Cylindrical-coordinate representation of color #94B536: hue angle of 75.59º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94B536 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB14818154-
CMYK0.1800.700.29
HSL75.59º54.04%46.08%-
HSV(B)75.59º70.17%70.98%-
XYZ29.439.619.59-
YUV156.6670.07121.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 181 (71.09% from 255) = 47.26%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=38.64%
G=47.26%
B=14.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181540.1800.700.2975.5954.0446.08
Hex94B536120461D4c362e
Octal22426566220106351146656
Binary10010100101101011101101001001000110111011001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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