#8ABA2D

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

Shades of Limerick #8ABA2D

Tints of Limerick #8ABA2D

Color information

#8ABA2D (or 0x8ABA2D) is unknown color: approx Limerick. HEX triplet: 8A, BA and 2D. RGB value is (138,186,45). Sum of RGB (Red+Green+Blue) = 138+186+45=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA2D is #7545D2. Grayscale: #9C9C9C. Windows color (decimal): -7685587 or 2996874. OLE color: 2996874.

HSL color Cylindrical-coordinate representation of color #8ABA2D: hue angle of 80.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ABA2D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB13818645-
CMYK0.2600.760.27
HSL80.43º61.04%45.29%-
HSV(B)80.43º75.81%72.94%-
XYZ28.5140.718.84-
YUV155.5765.6115.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=37.40%
G=50.41%
B=12.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186450.2600.760.2780.4361.0445.29
Hex8ABA2D1A04C1B503d2d
Octal21227255320114331207555
Binary10001010101110101011011101001001100110111010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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