#8AB534

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

Shades of Limerick #8AB534

Tints of Limerick #8AB534

Color information

#8AB534 (or 0x8AB534) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 34. RGB value is (138,181,52). Sum of RGB (Red+Green+Blue) = 138+181+52=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB534 is #754ACB. Grayscale: #999999. Windows color (decimal): -7686860 or 3454346. OLE color: 3454346.

HSL color Cylindrical-coordinate representation of color #8AB534: hue angle of 80º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AB534 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB13818152-
CMYK0.2400.710.29
HSL80º55.36%45.69%-
HSV(B)80º71.27%70.98%-
XYZ27.6238.79.26-
YUV153.4470.75116.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=37.20%
G=48.79%
B=14.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181520.2400.710.298055.3645.69
Hex8AB534180471D50372e
Octal21226564300107351206756
Binary10001010101101011101001100001000111111011010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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