#8ABA37

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

Shades of Limerick #8ABA37

Tints of Limerick #8ABA37

Color information

#8ABA37 (or 0x8ABA37) is unknown color: approx Limerick. HEX triplet: 8A, BA and 37. RGB value is (138,186,55). Sum of RGB (Red+Green+Blue) = 138+186+55=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA37 is #7545C8. Grayscale: #9D9D9D. Windows color (decimal): -7685577 or 3652234. OLE color: 3652234.

HSL color Cylindrical-coordinate representation of color #8ABA37: hue angle of 81.98º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ABA37 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB13818655-
CMYK0.2600.700.27
HSL81.98º54.36%47.25%-
HSV(B)81.98º70.43%72.94%-
XYZ28.7340.89.97-
YUV156.7170.6114.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 55 (21.88% from 255) = 14.51%
R=36.41%
G=49.08%
B=14.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186550.2600.700.2781.9854.3647.25
Hex8ABA371A0461B52362f
Octal21227267320106331226657
Binary10001010101110101101111101001000110110111010010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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