#94A63B

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

Shades of Limerick #94A63B

Tints of Limerick #94A63B

Color information

#94A63B (or 0x94A63B) is unknown color: approx Limerick. HEX triplet: 94, A6 and 3B. RGB value is (148,166,59). Sum of RGB (Red+Green+Blue) = 148+166+59=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #94A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A63B is #6B59C4. Grayscale: #949494. Windows color (decimal): -7035333 or 3909268. OLE color: 3909268.

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

Color convert

RGB14816659-
CMYK0.1100.640.35
HSL70.09º47.56%44.12%-
HSV(B)70.09º64.46%65.1%-
XYZ26.6433.889.27-
YUV148.4277.54127.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=39.68%
G=44.50%
B=15.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166590.1100.640.3570.0947.5644.12
Hex94A63BB0402346302c
Octal22424673130100431066054
Binary10010100101001101110111011010000001000111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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