#8CA232

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

Shades of Limerick #8CA232

Tints of Limerick #8CA232

Color information

#8CA232 (or 0x8CA232) is unknown color: approx Limerick. HEX triplet: 8C, A2 and 32. RGB value is (140,162,50). Sum of RGB (Red+Green+Blue) = 140+162+50=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA232 is #735DCD. Grayscale: #8F8F8F. Windows color (decimal): -7560654 or 3318412. OLE color: 3318412.

HSL color Cylindrical-coordinate representation of color #8CA232: hue angle of 71.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CA232 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB14016250-
CMYK0.1400.690.36
HSL71.79º52.83%41.57%-
HSV(B)71.79º69.14%63.53%-
XYZ24.3131.657.84-
YUV142.6575.71126.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=39.77%
G=46.02%
B=14.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162500.1400.690.3671.7952.8341.57
Hex8CA232E0452448352a
Octal21424262160105441106552
Binary10001100101000101100101110010001011001001001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,50); }

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

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

 a { background-color: rgb(140,162,50); }

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

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

 span { border-color: rgb(140,162,50); }

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