#8CB637

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

Shades of Limerick #8CB637

Tints of Limerick #8CB637

Color information

#8CB637 (or 0x8CB637) is unknown color: approx Limerick. HEX triplet: 8C, B6 and 37. RGB value is (140,182,55). Sum of RGB (Red+Green+Blue) = 140+182+55=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB637 is #7349C8. Grayscale: #9B9B9B. Windows color (decimal): -7555529 or 3651212. OLE color: 3651212.

HSL color Cylindrical-coordinate representation of color #8CB637: hue angle of 79.84º 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 #8CB637 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB14018255-
CMYK0.2300.700.29
HSL79.84º53.59%46.47%-
HSV(B)79.84º69.78%71.37%-
XYZ28.2339.319.71-
YUV154.9671.59117.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=37.14%
G=48.28%
B=14.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140182550.2300.700.2979.8453.5946.47
Hex8CB637170461D50362e
Octal21426667270106351206656
Binary10001100101101101101111011101000110111011010000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,55); }

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

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

 a { background-color: rgb(140,182,55); }

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

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

 span { border-color: rgb(140,182,55); }

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