#8EB131

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

Shades of Limerick #8EB131

Tints of Limerick #8EB131

Color information

#8EB131 (or 0x8EB131) is unknown color: approx Limerick. HEX triplet: 8E, B1 and 31. RGB value is (142,177,49). Sum of RGB (Red+Green+Blue) = 142+177+49=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB131 is #714ECE. Grayscale: #989898. Windows color (decimal): -7425743 or 3256718. OLE color: 3256718.

HSL color Cylindrical-coordinate representation of color #8EB131: hue angle of 76.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EB131 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB14217749-
CMYK0.2000.720.31
HSL76.41º56.64%44.31%-
HSV(B)76.41º72.32%69.41%-
XYZ27.4337.428.68-
YUV151.9469.9120.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=38.59%
G=48.10%
B=13.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177490.2000.720.3176.4156.6444.31
Hex8EB131140481F4c392c
Octal21626161240110371147154
Binary10001110101100011100011010001001000111111001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,49); }

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

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

 a { background-color: rgb(142,177,49); }

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

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

 span { border-color: rgb(142,177,49); }

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