#8CB436

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

Shades of Limerick #8CB436

Tints of Limerick #8CB436

Color information

#8CB436 (or 0x8CB436) is unknown color: approx Limerick. HEX triplet: 8C, B4 and 36. RGB value is (140,180,54). Sum of RGB (Red+Green+Blue) = 140+180+54=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB436 is #734BC9. Grayscale: #9A9A9A. Windows color (decimal): -7556042 or 3585164. OLE color: 3585164.

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

Color convert

RGB14018054-
CMYK0.2200.70.29
HSL79.05º53.85%45.88%-
HSV(B)79.05º70%70.59%-
XYZ27.838.489.45-
YUV153.6871.75118.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=37.43%
G=48.13%
B=14.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180540.2200.70.2979.0553.8545.88
Hex8CB436160461D4f362e
Octal21426466260106351176656
Binary10001100101101001101101011001000110111011001111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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