#8BAC41

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

Shades of Limerick #8BAC41

Tints of Limerick #8BAC41

Color information

#8BAC41 (or 0x8BAC41) is unknown color: approx Limerick. HEX triplet: 8B, AC and 41. RGB value is (139,172,65). Sum of RGB (Red+Green+Blue) = 139+172+65=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC41 is #7453BE. Grayscale: #969696. Windows color (decimal): -7623615 or 4304011. OLE color: 4304011.

HSL color Cylindrical-coordinate representation of color #8BAC41: hue angle of 78.5º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BAC41 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB13917265-
CMYK0.1900.620.33
HSL78.5º45.15%46.47%-
HSV(B)78.5º62.21%67.45%-
XYZ26.3535.3810.44-
YUV149.9480.07120.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=36.97%
G=45.74%
B=17.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139172650.1900.620.3378.545.1546.47
Hex8BAC411303E214f2d2e
Octal21325410123076411175556
Binary100010111010110010000011001101111101000011001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,65); }

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

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

 a { background-color: rgb(139,172,65); }

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

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

 span { border-color: rgb(139,172,65); }

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