#8CB32E

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

Shades of Limerick #8CB32E

Tints of Limerick #8CB32E

Color information

#8CB32E (or 0x8CB32E) is unknown color: approx Limerick. HEX triplet: 8C, B3 and 2E. RGB value is (140,179,46). Sum of RGB (Red+Green+Blue) = 140+179+46=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB32E is #734CD1. Grayscale: #989898. Windows color (decimal): -7556306 or 3060620. OLE color: 3060620.

HSL color Cylindrical-coordinate representation of color #8CB32E: hue angle of 77.59º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CB32E is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB14017946-
CMYK0.2200.740.30
HSL77.59º59.11%44.12%-
HSV(B)77.59º74.3%70.2%-
XYZ27.4338.018.48-
YUV152.1868.08119.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=38.36%
G=49.04%
B=12.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179460.2200.740.3077.5959.1144.12
Hex8CB32E1604A1E4e3b2c
Octal21426356260112361167354
Binary10001100101100111011101011001001010111101001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,46); }

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

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

 a { background-color: rgb(140,179,46); }

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

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

 span { border-color: rgb(140,179,46); }

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