#8ABA33

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

Shades of Limerick #8ABA33

Tints of Limerick #8ABA33

Color information

#8ABA33 (or 0x8ABA33) is unknown color: approx Limerick. HEX triplet: 8A, BA and 33. RGB value is (138,186,51). Sum of RGB (Red+Green+Blue) = 138+186+51=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA33 is #7545CC. Grayscale: #9C9C9C. Windows color (decimal): -7685581 or 3390090. OLE color: 3390090.

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

Color convert

RGB13818651-
CMYK0.2600.730.27
HSL81.33º56.96%46.47%-
HSV(B)81.33º72.58%72.94%-
XYZ28.6440.769.49-
YUV156.2668.6114.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=36.8%
G=49.6%
B=13.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186510.2600.730.2781.3356.9646.47
Hex8ABA331A0491B51392e
Octal21227263320111331217156
Binary10001010101110101100111101001001001110111010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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