#8BA42D

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

Shades of Limerick #8BA42D

Tints of Limerick #8BA42D

Color information

#8BA42D (or 0x8BA42D) is unknown color: approx Limerick. HEX triplet: 8B, A4 and 2D. RGB value is (139,164,45). Sum of RGB (Red+Green+Blue) = 139+164+45=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA42D is #745BD2. Grayscale: #8F8F8F. Windows color (decimal): -7625683 or 2991243. OLE color: 2991243.

HSL color Cylindrical-coordinate representation of color #8BA42D: hue angle of 72.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BA42D is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB13916445-
CMYK0.1500.730.36
HSL72.61º56.94%40.98%-
HSV(B)72.61º72.56%64.31%-
XYZ24.432.237.42-
YUV142.9672.72125.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=39.94%
G=47.13%
B=12.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139164450.1500.730.3672.6156.9440.98
Hex8BA42DF04924493929
Octal21324455170111441117151
Binary10001011101001001011011111010010011001001001001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,45); }

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

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

 a { background-color: rgb(139,164,45); }

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

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

 span { border-color: rgb(139,164,45); }

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