#8EBD2C

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

Shades of Limerick #8EBD2C

Tints of Limerick #8EBD2C

Color information

#8EBD2C (or 0x8EBD2C) is unknown color: approx Limerick. HEX triplet: 8E, BD and 2C. RGB value is (142,189,44). Sum of RGB (Red+Green+Blue) = 142+189+44=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD2C is #7142D3. Grayscale: #9E9E9E. Windows color (decimal): -7422676 or 2932110. OLE color: 2932110.

HSL color Cylindrical-coordinate representation of color #8EBD2C: hue angle of 79.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EBD2C is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB14218944-
CMYK0.2500.770.26
HSL79.45º62.23%45.69%-
HSV(B)79.45º76.72%74.12%-
XYZ29.8142.338.98-
YUV158.4263.43116.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=37.87%
G=50.4%
B=11.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142189440.2500.770.2679.4562.2345.69
Hex8EBD2C1904D1A4f3e2e
Octal21627554310115321177656
Binary10001110101111011011001100101001101110101001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,189,44); }

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

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

 a { background-color: rgb(142,189,44); }

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

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

 span { border-color: rgb(142,189,44); }

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