#8AA733

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

Shades of Limerick #8AA733

Tints of Limerick #8AA733

Color information

#8AA733 (or 0x8AA733) is unknown color: approx Limerick. HEX triplet: 8A, A7 and 33. RGB value is (138,167,51). Sum of RGB (Red+Green+Blue) = 138+167+51=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA733 is #7558CC. Grayscale: #919191. Windows color (decimal): -7690445 or 3385226. OLE color: 3385226.

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

Color convert

RGB13816751-
CMYK0.1700.690.35
HSL75º53.21%42.75%-
HSV(B)75º69.46%65.49%-
XYZ24.933.288.24-
YUV145.174.89122.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=38.76%
G=46.91%
B=14.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167510.1700.690.357553.2142.75
Hex8AA73311045234b352b
Octal21224763210105431136553
Binary100010101010011111001110001010001011000111001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,51); }

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

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

 a { background-color: rgb(138,167,51); }

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

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

 span { border-color: rgb(138,167,51); }

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