#8BB52A

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

Shades of Limerick #8BB52A

Tints of Limerick #8BB52A

Color information

#8BB52A (or 0x8BB52A) is unknown color: approx Limerick. HEX triplet: 8B, B5 and 2A. RGB value is (139,181,42). Sum of RGB (Red+Green+Blue) = 139+181+42=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB52A is #744AD5. Grayscale: #999999. Windows color (decimal): -7621334 or 2798987. OLE color: 2798987.

HSL color Cylindrical-coordinate representation of color #8BB52A: hue angle of 78.13º 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 #8BB52A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB13918142-
CMYK0.2300.770.29
HSL78.13º62.33%43.73%-
HSV(B)78.13º76.8%70.98%-
XYZ27.5938.78.21-
YUV152.665.59118.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 181 (71.09% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 11.60%
R=38.40%
G=50%
B=11.60%

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
Decimal139181420.2300.770.2978.1362.3343.73
Hex8BB52A1704D1D4e3e2c
Octal21326552270115351167654
Binary10001011101101011010101011101001101111011001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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