#8BAD15

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

Shades of Limerick #8BAD15

Tints of Limerick #8BAD15

Color information

#8BAD15 (or 0x8BAD15) is unknown color: approx Limerick. HEX triplet: 8B, AD and 15. RGB value is (139,173,21). Sum of RGB (Red+Green+Blue) = 139+173+21=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAD15 is #7452EA. Grayscale: #929292. Windows color (decimal): -7623403 or 1420683. OLE color: 1420683.

HSL color Cylindrical-coordinate representation of color #8BAD15: hue angle of 73.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8BAD15 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB13917321-
CMYK0.2000.880.32
HSL73.42º78.35%38.04%-
HSV(B)73.42º87.86%67.84%-
XYZ25.7335.436.19-
YUV145.5157.74123.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 173 (67.97% from 255) = 51.95%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=41.74%
G=51.95%
B=6.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173210.2000.880.3273.4278.3538.04
Hex8BAD151405820494e26
Octal213255252401304011111646
Binary100010111010110110101101000101100010000010010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,21); }

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

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

 a { background-color: rgb(139,173,21); }

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

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

 span { border-color: rgb(139,173,21); }

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