#8BAA11

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

Shades of Limerick #8BAA11

Tints of Limerick #8BAA11

Color information

#8BAA11 (or 0x8BAA11) is unknown color: approx Limerick. HEX triplet: 8B, AA and 11. RGB value is (139,170,17). Sum of RGB (Red+Green+Blue) = 139+170+17=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAA11 is #7455EE. Grayscale: #8F8F8F. Windows color (decimal): -7624175 or 1157771. OLE color: 1157771.

HSL color Cylindrical-coordinate representation of color #8BAA11: hue angle of 72.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BAA11 is Cyan = 0.18, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB13917017-
CMYK0.1800.90.33
HSL72.16º81.82%36.67%-
HSV(B)72.16º90%66.67%-
XYZ25.1234.285.82-
YUV143.2956.73124.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=42.64%
G=52.15%
B=5.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170170.1800.90.3372.1681.8236.67
Hex8BAA111205A21485225
Octal213252212201324111012245
Binary100010111010101010001100100101101010000110010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,17); }

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

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

 a { background-color: rgb(139,170,17); }

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

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

 span { border-color: rgb(139,170,17); }

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