#8AAB37

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

Shades of Limerick #8AAB37

Tints of Limerick #8AAB37

Color information

#8AAB37 (or 0x8AAB37) is unknown color: approx Limerick. HEX triplet: 8A, AB and 37. RGB value is (138,171,55). Sum of RGB (Red+Green+Blue) = 138+171+55=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB37 is #7554C8. Grayscale: #949494. Windows color (decimal): -7689417 or 3648394. OLE color: 3648394.

HSL color Cylindrical-coordinate representation of color #8AAB37: hue angle of 77.07º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AAB37 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB13817155-
CMYK0.1900.680.33
HSL77.07º51.33%44.31%-
HSV(B)77.07º67.84%67.06%-
XYZ25.7334.88.98-
YUV147.9175.57120.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 55 (21.88% from 255) = 15.11%
R=37.91%
G=46.98%
B=15.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171550.1900.680.3377.0751.3344.31
Hex8AAB3713044214d332c
Octal21225367230104411156354
Binary100010101010101111011110011010001001000011001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,55); }

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

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

 a { background-color: rgb(138,171,55); }

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

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

 span { border-color: rgb(138,171,55); }

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