#8EBA33

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

Shades of Limerick #8EBA33

Tints of Limerick #8EBA33

Color information

#8EBA33 (or 0x8EBA33) is unknown color: approx Limerick. HEX triplet: 8E, BA and 33. RGB value is (142,186,51). Sum of RGB (Red+Green+Blue) = 142+186+51=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA33 is #7145CC. Grayscale: #9D9D9D. Windows color (decimal): -7423437 or 3390094. OLE color: 3390094.

HSL color Cylindrical-coordinate representation of color #8EBA33: hue angle of 79.56º 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 #8EBA33 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB14218651-
CMYK0.2400.730.27
HSL79.56º56.96%46.47%-
HSV(B)79.56º72.58%72.94%-
XYZ29.3141.119.52-
YUV157.4567.92116.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=37.47%
G=49.08%
B=13.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142186510.2400.730.2779.5656.9646.47
Hex8EBA33180491B50392e
Octal21627263300111331207156
Binary10001110101110101100111100001001001110111010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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