#8CAB3E

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

Shades of Limerick #8CAB3E

Tints of Limerick #8CAB3E

Color information

#8CAB3E (or 0x8CAB3E) is unknown color: approx Limerick. HEX triplet: 8C, AB and 3E. RGB value is (140,171,62). Sum of RGB (Red+Green+Blue) = 140+171+62=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB3E is #7354C1. Grayscale: #959595. Windows color (decimal): -7558338 or 4107148. OLE color: 4107148.

HSL color Cylindrical-coordinate representation of color #8CAB3E: hue angle of 77.06º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CAB3E is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB14017162-
CMYK0.1800.640.33
HSL77.06º46.78%45.69%-
HSV(B)77.06º63.74%67.06%-
XYZ26.2535.059.94-
YUV149.378.73121.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=37.53%
G=45.84%
B=16.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140171620.1800.640.3377.0646.7845.69
Hex8CAB3E12040214d2f2e
Octal21425376220100411155756
Binary100011001010101111111010010010000001000011001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,62); }

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

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

 a { background-color: rgb(140,171,62); }

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

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

 span { border-color: rgb(140,171,62); }

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