#8ABA35

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

Shades of Limerick #8ABA35

Tints of Limerick #8ABA35

Color information

#8ABA35 (or 0x8ABA35) is unknown color: approx Limerick. HEX triplet: 8A, BA and 35. RGB value is (138,186,53). Sum of RGB (Red+Green+Blue) = 138+186+53=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA35 is #7545CA. Grayscale: #9C9C9C. Windows color (decimal): -7685579 or 3521162. OLE color: 3521162.

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

Color convert

RGB13818653-
CMYK0.2600.720.27
HSL81.65º55.65%46.86%-
HSV(B)81.65º71.51%72.94%-
XYZ28.6840.789.73-
YUV156.4969.6114.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 53 (21.09% from 255) = 14.06%
R=36.60%
G=49.34%
B=14.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186530.2600.720.2781.6555.6546.86
Hex8ABA351A0481B52382f
Octal21227265320110331227057
Binary10001010101110101101011101001001000110111010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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