#8BAA16

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

Shades of Limerick #8BAA16

Tints of Limerick #8BAA16

Color information

#8BAA16 (or 0x8BAA16) is unknown color: approx Limerick. HEX triplet: 8B, AA and 16. RGB value is (139,170,22). Sum of RGB (Red+Green+Blue) = 139+170+22=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAA16 is #7455E9. Grayscale: #909090. Windows color (decimal): -7624170 or 1485451. OLE color: 1485451.

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

Color convert

RGB13917022-
CMYK0.1800.870.33
HSL72.57º77.08%37.65%-
HSV(B)72.57º87.06%66.67%-
XYZ25.1734.36.05-
YUV143.8659.23124.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 22 (8.98% from 255) = 6.65%
R=41.99%
G=51.36%
B=6.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170220.1800.870.3372.5777.0837.65
Hex8BAA161205721494d26
Octal213252262201274111111546
Binary100010111010101010110100100101011110000110010011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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