#8CB322

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

Shades of Limerick #8CB322

Tints of Limerick #8CB322

Color information

#8CB322 (or 0x8CB322) is unknown color: approx Limerick. HEX triplet: 8C, B3 and 22. RGB value is (140,179,34). Sum of RGB (Red+Green+Blue) = 140+179+34=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB322 is #734CDD. Grayscale: #979797. Windows color (decimal): -7556318 or 2274188. OLE color: 2274188.

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

Color convert

RGB14017934-
CMYK0.2200.810.30
HSL76.14º68.08%41.76%-
HSV(B)76.14º81.01%70.2%-
XYZ27.2237.937.4-
YUV150.8162.08120.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=39.66%
G=50.71%
B=9.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179340.2200.810.3076.1468.0841.76
Hex8CB322160511E4c442a
Octal214263422601213611410452
Binary100011001011001110001010110010100011111010011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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