#8bb340

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

Shades of Limerick #8BB340

Tints of Limerick #8BB340

Color information

#8BB340 (or 0x8BB340) is unknown color: approx Limerick. HEX triplet: 8B, B3 and 40. RGB value is (139,179,64). Sum of RGB (Red+Green+Blue) = 139+179+64=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB340 is #744CBF. Grayscale: #9A9A9A. Windows color (decimal): -7621824 or 4240267. OLE color: 4240267.

HSL color Cylindrical-coordinate representation of color #8BB340: hue angle of 80.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BB340 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB13917964-
CMYK0.2200.640.30
HSL80.87º47.33%47.65%-
HSV(B)80.87º64.25%70.2%-
XYZ27.6938.110.74-
YUV153.9377.25117.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 179 (70.31% from 255) = 46.86%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=36.39%
G=46.86%
B=16.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139179640.2200.640.3080.8747.3347.65
Hex8BB340160401E512f30
Octal213263100260100361215760
Binary100010111011001110000001011001000000111101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bb340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,179,64); }

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

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

 a { background-color: rgb(139,179,64); }

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

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

 span { border-color: rgb(139,179,64); }

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