#94B736

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

Shades of Limerick #94B736

Tints of Limerick #94B736

Color information

#94B736 (or 0x94B736) is unknown color: approx Limerick. HEX triplet: 94, B7 and 36. RGB value is (148,183,54). Sum of RGB (Red+Green+Blue) = 148+183+54=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #94B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B736 is #6B48C9. Grayscale: #9E9E9E. Windows color (decimal): -7030986 or 3585940. OLE color: 3585940.

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

Color convert

RGB14818354-
CMYK0.1900.700.28
HSL76.28º54.43%46.47%-
HSV(B)76.28º70.49%71.76%-
XYZ29.8140.439.72-
YUV157.8369.4120.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=38.44%
G=47.53%
B=14.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183540.1900.700.2876.2854.4346.47
Hex94B736130461C4c362e
Octal22426766230106341146656
Binary10010100101101111101101001101000110111001001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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