#94A926

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

Shades of Limerick #94A926

Tints of Limerick #94A926

Color information

#94A926 (or 0x94A926) is unknown color: approx Limerick. HEX triplet: 94, A9 and 26. RGB value is (148,169,38). Sum of RGB (Red+Green+Blue) = 148+169+38=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #94A926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A926 is #6B56D9. Grayscale: #949494. Windows color (decimal): -7034586 or 2533780. OLE color: 2533780.

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

Color convert

RGB14816938-
CMYK0.1200.780.34
HSL69.62º63.29%40.59%-
HSV(B)69.62º77.51%66.27%-
XYZ26.7534.817.14-
YUV147.7966.04128.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=41.69%
G=47.61%
B=10.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148169380.1200.780.3469.6263.2940.59
Hex94A926C04E22463f29
Octal22425146140116421067751
Binary10010100101010011001101100010011101000101000110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,38); }

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

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

 a { background-color: rgb(148,169,38); }

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

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

 span { border-color: rgb(148,169,38); }

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