#94A82F

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

Shades of Limerick #94A82F

Tints of Limerick #94A82F

Color information

#94A82F (or 0x94A82F) is unknown color: approx Limerick. HEX triplet: 94, A8 and 2F. RGB value is (148,168,47). Sum of RGB (Red+Green+Blue) = 148+168+47=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #94A82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A82F is #6B57D0. Grayscale: #949494. Windows color (decimal): -7034833 or 3123348. OLE color: 3123348.

HSL color Cylindrical-coordinate representation of color #94A82F: hue angle of 69.92º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94A82F is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB14816847-
CMYK0.1200.720.34
HSL69.92º56.28%42.16%-
HSV(B)69.92º72.02%65.88%-
XYZ26.7334.517.94-
YUV148.2370.87127.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=40.77%
G=46.28%
B=12.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148168470.1200.720.3469.9256.2842.16
Hex94A82FC0482246382a
Octal22425057140110421067052
Binary10010100101010001011111100010010001000101000110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,47); }

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

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

 a { background-color: rgb(148,168,47); }

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

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

 span { border-color: rgb(148,168,47); }

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