#8CB42D

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

Shades of Limerick #8CB42D

Tints of Limerick #8CB42D

Color information

#8CB42D (or 0x8CB42D) is unknown color: approx Limerick. HEX triplet: 8C, B4 and 2D. RGB value is (140,180,45). Sum of RGB (Red+Green+Blue) = 140+180+45=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB42D is #734BD2. Grayscale: #999999. Windows color (decimal): -7556051 or 2995340. OLE color: 2995340.

HSL color Cylindrical-coordinate representation of color #8CB42D: hue angle of 77.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CB42D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB14018045-
CMYK0.2200.750.29
HSL77.78º60%44.12%-
HSV(B)77.78º75%70.59%-
XYZ27.6138.418.44-
YUV152.6567.25118.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 45 (17.97% from 255) = 12.33%
R=38.36%
G=49.32%
B=12.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180450.2200.750.2977.786044.12
Hex8CB42D1604B1D4e3c2c
Octal21426455260113351167454
Binary10001100101101001011011011001001011111011001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,45); }

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

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

 a { background-color: rgb(140,180,45); }

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

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

 span { border-color: rgb(140,180,45); }

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