#8BC51A

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

Shades of Limerick #8BC51A

Tints of Limerick #8BC51A

Color information

#8BC51A (or 0x8BC51A) is unknown color: approx Limerick. HEX triplet: 8B, C5 and 1A. RGB value is (139,197,26). Sum of RGB (Red+Green+Blue) = 139+197+26=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC51A is #743AE5. Grayscale: #A0A0A0. Windows color (decimal): -7617254 or 1754507. OLE color: 1754507.

HSL color Cylindrical-coordinate representation of color #8BC51A: hue angle of 80.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BC51A is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB13919726-
CMYK0.2900.870.23
HSL80.35º76.68%43.73%-
HSV(B)80.35º86.8%77.25%-
XYZ30.845.58.14-
YUV160.1652.28112.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 197 (77.34% from 255) = 54.42%
BLUE value IS 26 (10.55% from 255) = 7.18%
R=38.40%
G=54.42%
B=7.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139197260.2900.870.2380.3576.6843.73
Hex8BC51A1D05717504d2c
Octal213305323501272712011554
Binary10001011110001011101011101010101111011110100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,26); }

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

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

 a { background-color: rgb(139,197,26); }

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

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

 span { border-color: rgb(139,197,26); }

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