#8AB539

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

Shades of Limerick #8AB539

Tints of Limerick #8AB539

Color information

#8AB539 (or 0x8AB539) is unknown color: approx Limerick. HEX triplet: 8A, B5 and 39. RGB value is (138,181,57). Sum of RGB (Red+Green+Blue) = 138+181+57=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB539 is #754AC6. Grayscale: #9A9A9A. Windows color (decimal): -7686855 or 3782026. OLE color: 3782026.

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

Color convert

RGB13818157-
CMYK0.2400.690.29
HSL80.81º52.1%46.67%-
HSV(B)80.81º68.51%70.98%-
XYZ27.7438.759.89-
YUV154.0173.25116.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 181 (71.09% from 255) = 48.14%
BLUE value IS 57 (22.66% from 255) = 15.16%
R=36.70%
G=48.14%
B=15.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138181570.2400.690.2980.8152.146.67
Hex8AB539180451D51342f
Octal21226571300105351216457
Binary10001010101101011110011100001000101111011010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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