#8AB517

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

Shades of Limerick #8AB517

Tints of Limerick #8AB517

Color information

#8AB517 (or 0x8AB517) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 17. RGB value is (138,181,23). Sum of RGB (Red+Green+Blue) = 138+181+23=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB517 is #754AE8. Grayscale: #969696. Windows color (decimal): -7686889 or 1553802. OLE color: 1553802.

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

Color convert

RGB13818123-
CMYK0.2400.870.29
HSL76.33º77.45%40%-
HSV(B)76.33º87.29%70.98%-
XYZ27.1638.516.81-
YUV150.1356.25119.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 23 (9.38% from 255) = 6.73%
R=40.35%
G=52.92%
B=6.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181230.2400.870.2976.3377.4540
Hex8AB517180571D4c4d28
Octal212265273001273511411550
Binary10001010101101011011111000010101111110110011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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