#8bba34

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

Shades of Limerick #8BBA34

Tints of Limerick #8BBA34

Color information

#8BBA34 (or 0x8BBA34) is unknown color: approx Limerick. HEX triplet: 8B, BA and 34. RGB value is (139,186,52). Sum of RGB (Red+Green+Blue) = 139+186+52=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA34 is #7445CB. Grayscale: #9D9D9D. Windows color (decimal): -7620044 or 3455627. OLE color: 3455627.

HSL color Cylindrical-coordinate representation of color #8BBA34: hue angle of 81.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BBA34 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB13918652-
CMYK0.2500.720.27
HSL81.04º56.3%46.67%-
HSV(B)81.04º72.04%72.94%-
XYZ28.8340.859.62-
YUV156.6768.93115.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=36.87%
G=49.34%
B=13.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139186520.2500.720.2781.0456.346.67
Hex8BBA34190481B51382f
Octal21327264310110331217057
Binary10001011101110101101001100101001000110111010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bba34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,52); }

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

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

 a { background-color: rgb(139,186,52); }

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

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

 span { border-color: rgb(139,186,52); }

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