#8BB42A

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

Shades of Limerick #8BB42A

Tints of Limerick #8BB42A

Color information

#8BB42A (or 0x8BB42A) is unknown color: approx Limerick. HEX triplet: 8B, B4 and 2A. RGB value is (139,180,42). Sum of RGB (Red+Green+Blue) = 139+180+42=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB42A is #744BD5. Grayscale: #989898. Windows color (decimal): -7621590 or 2798731. OLE color: 2798731.

HSL color Cylindrical-coordinate representation of color #8BB42A: hue angle of 77.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BB42A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB13918042-
CMYK0.2300.770.29
HSL77.83º62.16%43.53%-
HSV(B)77.83º76.67%70.59%-
XYZ27.3938.38.14-
YUV152.0165.92118.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=38.50%
G=49.86%
B=11.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180420.2300.770.2977.8362.1643.53
Hex8BB42A1704D1D4e3e2c
Octal21326452270115351167654
Binary10001011101101001010101011101001101111011001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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