#8BA22B

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

Shades of Limerick #8BA22B

Tints of Limerick #8BA22B

Color information

#8BA22B (or 0x8BA22B) is unknown color: approx Limerick. HEX triplet: 8B, A2 and 2B. RGB value is (139,162,43). Sum of RGB (Red+Green+Blue) = 139+162+43=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA22B is #745DD4. Grayscale: #8E8E8E. Windows color (decimal): -7626197 or 2859659. OLE color: 2859659.

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

Color convert

RGB13916243-
CMYK0.1400.730.36
HSL71.6º58.05%40.2%-
HSV(B)71.6º73.46%63.53%-
XYZ2431.57.1-
YUV141.5672.38126.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 43 (17.19% from 255) = 12.5%
R=40.41%
G=47.09%
B=12.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162430.1400.730.3671.658.0540.2
Hex8BA22BE04924483a28
Octal21324253160111441107250
Binary10001011101000101010111110010010011001001001000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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