#8AA431

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

Shades of Limerick #8AA431

Tints of Limerick #8AA431

Color information

#8AA431 (or 0x8AA431) is unknown color: approx Limerick. HEX triplet: 8A, A4 and 31. RGB value is (138,164,49). Sum of RGB (Red+Green+Blue) = 138+164+49=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA431 is #755BCE. Grayscale: #8F8F8F. Windows color (decimal): -7691215 or 3253386. OLE color: 3253386.

HSL color Cylindrical-coordinate representation of color #8AA431: hue angle of 73.57º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AA431 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB13816449-
CMYK0.1600.700.36
HSL73.57º53.99%41.76%-
HSV(B)73.57º70.12%64.31%-
XYZ24.3132.187.83-
YUV143.1274.89124.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=39.32%
G=46.72%
B=13.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164490.1600.700.3673.5753.9941.76
Hex8AA43110046244a362a
Octal21224461200106441126652
Binary100010101010010011000110000010001101001001001010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA431; }

 p { color: rgb(138,164,49); }

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

<style>
 a { background-color: #8AA431; }

 a { background-color: rgb(138,164,49); }

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

<style>
 span { border-color: #8AA431; }

 span { border-color: rgb(138,164,49); }

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