#94A731

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

Shades of Limerick #94A731

Tints of Limerick #94A731

Color information

#94A731 (or 0x94A731) is unknown color: approx Limerick. HEX triplet: 94, A7 and 31. RGB value is (148,167,49). Sum of RGB (Red+Green+Blue) = 148+167+49=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #94A731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A731 is #6B58CE. Grayscale: #949494. Windows color (decimal): -7035087 or 3254164. OLE color: 3254164.

HSL color Cylindrical-coordinate representation of color #94A731: hue angle of 69.66º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94A731 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB14816749-
CMYK0.1100.710.35
HSL69.66º54.63%42.35%-
HSV(B)69.66º70.66%65.49%-
XYZ26.5934.168.1-
YUV147.8772.21128.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=40.66%
G=45.88%
B=13.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148167490.1100.710.3569.6654.6342.35
Hex94A731B0472346372a
Octal22424761130107431066752
Binary10010100101001111100011011010001111000111000110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,49); }

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

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

 a { background-color: rgb(148,167,49); }

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

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

 span { border-color: rgb(148,167,49); }

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