#8BAD36

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

Shades of Limerick #8BAD36

Tints of Limerick #8BAD36

Color information

#8BAD36 (or 0x8BAD36) is unknown color: approx Limerick. HEX triplet: 8B, AD and 36. RGB value is (139,173,54). Sum of RGB (Red+Green+Blue) = 139+173+54=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD36 is #7452C9. Grayscale: #959595. Windows color (decimal): -7623370 or 3583371. OLE color: 3583371.

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

Color convert

RGB13917354-
CMYK0.2000.690.32
HSL77.14º52.42%44.51%-
HSV(B)77.14º68.79%67.84%-
XYZ26.2635.648.99-
YUV149.2774.24120.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=37.98%
G=47.27%
B=14.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173540.2000.690.3277.1452.4244.51
Hex8BAD3614045204d342d
Octal21325566240105401156455
Binary100010111010110111011010100010001011000001001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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