#94A632

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

Shades of Limerick #94A632

Tints of Limerick #94A632

Color information

#94A632 (or 0x94A632) is unknown color: approx Limerick. HEX triplet: 94, A6 and 32. RGB value is (148,166,50). Sum of RGB (Red+Green+Blue) = 148+166+50=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #94A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A632 is #6B59CD. Grayscale: #939393. Windows color (decimal): -7035342 or 3319444. OLE color: 3319444.

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

Color convert

RGB14816650-
CMYK0.1100.700.35
HSL69.31º53.7%42.35%-
HSV(B)69.31º69.88%65.1%-
XYZ26.4233.88.15-
YUV147.3973.04128.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 50 (19.92% from 255) = 13.74%
R=40.66%
G=45.60%
B=13.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166500.1100.700.3569.3153.742.35
Hex94A632B0462345362a
Octal22424662130106431056652
Binary10010100101001101100101011010001101000111000101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,50); }

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

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

 a { background-color: rgb(148,166,50); }

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

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

 span { border-color: rgb(148,166,50); }

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