#8AA534

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

Shades of Limerick #8AA534

Tints of Limerick #8AA534

Color information

#8AA534 (or 0x8AA534) is unknown color: approx Limerick. HEX triplet: 8A, A5 and 34. RGB value is (138,165,52). Sum of RGB (Red+Green+Blue) = 138+165+52=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA534 is #755ACB. Grayscale: #909090. Windows color (decimal): -7690956 or 3450250. OLE color: 3450250.

HSL color Cylindrical-coordinate representation of color #8AA534: hue angle of 74.34º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AA534 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB13816552-
CMYK0.1600.680.35
HSL74.34º52.07%42.55%-
HSV(B)74.34º68.48%64.71%-
XYZ24.5632.568.24-
YUV144.0476.05123.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=38.87%
G=46.48%
B=14.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165520.1600.680.3574.3452.0742.55
Hex8AA53410044234a342b
Octal21224564200104431126453
Binary100010101010010111010010000010001001000111001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,52); }

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

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

 a { background-color: rgb(138,165,52); }

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

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

 span { border-color: rgb(138,165,52); }

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