#8BA22A

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

Shades of Limerick #8BA22A

Tints of Limerick #8BA22A

Color information

#8BA22A (or 0x8BA22A) is unknown color: approx Limerick. HEX triplet: 8B, A2 and 2A. RGB value is (139,162,42). Sum of RGB (Red+Green+Blue) = 139+162+42=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA22A is #745DD5. Grayscale: #8D8D8D. Windows color (decimal): -7626198 or 2794123. OLE color: 2794123.

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

Color convert

RGB13916242-
CMYK0.1400.740.36
HSL71.5º58.82%40%-
HSV(B)71.5º74.07%63.53%-
XYZ23.9931.57.01-
YUV141.4471.88126.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=40.52%
G=47.23%
B=12.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162420.1400.740.3671.558.8240
Hex8BA22AE04A24483b28
Octal21324252160112441107350
Binary10001011101000101010101110010010101001001001000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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