#8EB534

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

Shades of Limerick #8EB534

Tints of Limerick #8EB534

Color information

#8EB534 (or 0x8EB534) is unknown color: approx Limerick. HEX triplet: 8E, B5 and 34. RGB value is (142,181,52). Sum of RGB (Red+Green+Blue) = 142+181+52=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB534 is #714ACB. Grayscale: #9B9B9B. Windows color (decimal): -7424716 or 3454350. OLE color: 3454350.

HSL color Cylindrical-coordinate representation of color #8EB534: hue angle of 78.14º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EB534 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB14218152-
CMYK0.2200.710.29
HSL78.14º55.36%45.69%-
HSV(B)78.14º71.27%70.98%-
XYZ28.339.059.29-
YUV154.6370.08118.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=37.87%
G=48.27%
B=13.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142181520.2200.710.2978.1455.3645.69
Hex8EB534160471D4e372e
Octal21626564260107351166756
Binary10001110101101011101001011001000111111011001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,52); }

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

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

 a { background-color: rgb(142,181,52); }

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

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

 span { border-color: rgb(142,181,52); }

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