#8AB939

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

Shades of Limerick #8AB939

Tints of Limerick #8AB939

Color information

#8AB939 (or 0x8AB939) is unknown color: approx Limerick. HEX triplet: 8A, B9 and 39. RGB value is (138,185,57). Sum of RGB (Red+Green+Blue) = 138+185+57=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB939 is #7546C6. Grayscale: #9C9C9C. Windows color (decimal): -7685831 or 3783050. OLE color: 3783050.

HSL color Cylindrical-coordinate representation of color #8AB939: hue angle of 82.03º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB939 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB13818557-
CMYK0.2500.690.27
HSL82.03º52.89%47.45%-
HSV(B)82.03º69.19%72.55%-
XYZ28.5740.410.16-
YUV156.3571.93114.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 57 (22.66% from 255) = 15%
R=36.32%
G=48.68%
B=15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185570.2500.690.2782.0352.8947.45
Hex8AB939190451B52352f
Octal21227171310105331226557
Binary10001010101110011110011100101000101110111010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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