#8AB526

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

Shades of Limerick #8AB526

Tints of Limerick #8AB526

Color information

#8AB526 (or 0x8AB526) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 26. RGB value is (138,181,38). Sum of RGB (Red+Green+Blue) = 138+181+38=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB526 is #754AD9. Grayscale: #989898. Windows color (decimal): -7686874 or 2536842. OLE color: 2536842.

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

Color convert

RGB13818138-
CMYK0.2400.790.29
HSL78.04º65.3%42.94%-
HSV(B)78.04º79.01%70.98%-
XYZ27.3538.597.84-
YUV151.8463.75118.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 38 (15.23% from 255) = 10.64%
R=38.66%
G=50.70%
B=10.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181380.2400.790.2978.0465.342.94
Hex8AB5261804F1D4e412b
Octal212265463001173511610153
Binary100010101011010110011011000010011111110110011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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