#8CA529

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

Shades of Limerick #8CA529

Tints of Limerick #8CA529

Color information

#8CA529 (or 0x8CA529) is unknown color: approx Limerick. HEX triplet: 8C, A5 and 29. RGB value is (140,165,41). Sum of RGB (Red+Green+Blue) = 140+165+41=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA529 is #735AD6. Grayscale: #8F8F8F. Windows color (decimal): -7559895 or 2729356. OLE color: 2729356.

HSL color Cylindrical-coordinate representation of color #8CA529: hue angle of 72.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CA529 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB14016541-
CMYK0.1500.750.35
HSL72.1º60.19%40.39%-
HSV(B)72.1º75.15%64.71%-
XYZ24.6732.657.1-
YUV143.3970.22125.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 41 (16.41% from 255) = 11.85%
R=40.46%
G=47.69%
B=11.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165410.1500.750.3572.160.1940.39
Hex8CA529F04B23483c28
Octal21424551170113431107450
Binary10001100101001011010011111010010111000111001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,165,41); }

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

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

 a { background-color: rgb(140,165,41); }

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

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

 span { border-color: rgb(140,165,41); }

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