#94B738

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

Shades of Limerick #94B738

Tints of Limerick #94B738

Color information

#94B738 (or 0x94B738) is unknown color: approx Limerick. HEX triplet: 94, B7 and 38. RGB value is (148,183,56). Sum of RGB (Red+Green+Blue) = 148+183+56=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #94B738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B738 is #6B48C7. Grayscale: #9E9E9E. Windows color (decimal): -7030984 or 3717012. OLE color: 3717012.

HSL color Cylindrical-coordinate representation of color #94B738: hue angle of 76.54º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94B738 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB14818356-
CMYK0.1900.690.28
HSL76.54º53.14%46.86%-
HSV(B)76.54º69.4%71.76%-
XYZ29.8640.459.97-
YUV158.0670.4120.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=38.24%
G=47.29%
B=14.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183560.1900.690.2876.5453.1446.86
Hex94B738130451C4d352f
Octal22426770230105341156557
Binary10010100101101111110001001101000101111001001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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