#8BA61E

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

Shades of Limerick #8BA61E

Tints of Limerick #8BA61E

Color information

#8BA61E (or 0x8BA61E) is unknown color: approx Limerick. HEX triplet: 8B, A6 and 1E. RGB value is (139,166,30). Sum of RGB (Red+Green+Blue) = 139+166+30=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA61E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA61E is #7459E1. Grayscale: #8E8E8E. Windows color (decimal): -7625186 or 2008715. OLE color: 2008715.

HSL color Cylindrical-coordinate representation of color #8BA61E: hue angle of 71.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BA61E is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB13916630-
CMYK0.1600.820.35
HSL71.91º69.39%38.43%-
HSV(B)71.91º81.93%65.1%-
XYZ24.5232.866.28-
YUV142.4264.55125.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 166 (65.23% from 255) = 49.55%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=41.49%
G=49.55%
B=8.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139166300.1600.820.3571.9169.3938.43
Hex8BA61E1005223484526
Octal213246362001224311010546
Binary100010111010011011110100000101001010001110010001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,166,30); }

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

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

 a { background-color: rgb(139,166,30); }

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

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

 span { border-color: rgb(139,166,30); }

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