#8BA22E

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

Shades of Limerick #8BA22E

Tints of Limerick #8BA22E

Color information

#8BA22E (or 0x8BA22E) is unknown color: approx Limerick. HEX triplet: 8B, A2 and 2E. RGB value is (139,162,46). Sum of RGB (Red+Green+Blue) = 139+162+46=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA22E is #745DD1. Grayscale: #8E8E8E. Windows color (decimal): -7626194 or 3056267. OLE color: 3056267.

HSL color Cylindrical-coordinate representation of color #8BA22E: hue angle of 71.9º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BA22E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB13916246-
CMYK0.1400.720.36
HSL71.9º55.77%40.78%-
HSV(B)71.9º71.6%63.53%-
XYZ24.0631.537.4-
YUV141.973.88125.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=40.06%
G=46.69%
B=13.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162460.1400.720.3671.955.7740.78
Hex8BA22EE04824483829
Octal21324256160110441107051
Binary10001011101000101011101110010010001001001001000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,46); }

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

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

 a { background-color: rgb(139,162,46); }

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

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

 span { border-color: rgb(139,162,46); }

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