#8AB523

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

Shades of Limerick #8AB523

Tints of Limerick #8AB523

Color information

#8AB523 (or 0x8AB523) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 23. RGB value is (138,181,35). Sum of RGB (Red+Green+Blue) = 138+181+35=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB523 is #754ADC. Grayscale: #989898. Windows color (decimal): -7686877 or 2340234. OLE color: 2340234.

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

Color convert

RGB13818135-
CMYK0.2400.810.29
HSL77.67º67.59%42.35%-
HSV(B)77.67º80.66%70.98%-
XYZ27.3138.577.6-
YUV151.562.25118.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 35 (14.06% from 255) = 9.89%
R=38.98%
G=51.13%
B=9.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181350.2400.810.2977.6767.5942.35
Hex8AB523180511D4e442a
Octal212265433001213511610452
Binary100010101011010110001111000010100011110110011101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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