#8ABA27

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

Shades of Limerick #8ABA27

Tints of Limerick #8ABA27

Color information

#8ABA27 (or 0x8ABA27) is unknown color: approx Limerick. HEX triplet: 8A, BA and 27. RGB value is (138,186,39). Sum of RGB (Red+Green+Blue) = 138+186+39=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA27 is #7545D8. Grayscale: #9B9B9B. Windows color (decimal): -7685593 or 2603658. OLE color: 2603658.

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

Color convert

RGB13818639-
CMYK0.2600.790.27
HSL79.59º65.33%44.12%-
HSV(B)79.59º79.03%72.94%-
XYZ28.4140.678.27-
YUV154.8962.6115.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=38.02%
G=51.24%
B=10.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186390.2600.790.2779.5965.3344.12
Hex8ABA271A04F1B50412c
Octal212272473201173312010154
Binary100010101011101010011111010010011111101110100001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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