#8CA636

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

Shades of Limerick #8CA636

Tints of Limerick #8CA636

Color information

#8CA636 (or 0x8CA636) is unknown color: approx Limerick. HEX triplet: 8C, A6 and 36. RGB value is (140,166,54). Sum of RGB (Red+Green+Blue) = 140+166+54=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA636 is #7359C9. Grayscale: #919191. Windows color (decimal): -7559626 or 3581580. OLE color: 3581580.

HSL color Cylindrical-coordinate representation of color #8CA636: hue angle of 73.93º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CA636 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB14016654-
CMYK0.1600.670.35
HSL73.93º50.91%43.14%-
HSV(B)73.93º67.47%65.1%-
XYZ25.1233.118.56-
YUV145.4676.39124.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 54 (21.48% from 255) = 15%
R=38.89%
G=46.11%
B=15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166540.1600.670.3573.9350.9143.14
Hex8CA63610043234a332b
Octal21424666200103431126353
Binary100011001010011011011010000010000111000111001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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