#8CB312

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

Shades of Limerick #8CB312

Tints of Limerick #8CB312

Color information

#8CB312 (or 0x8CB312) is unknown color: approx Limerick. HEX triplet: 8C, B3 and 12. RGB value is (140,179,18). Sum of RGB (Red+Green+Blue) = 140+179+18=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB312 is #734CED. Grayscale: #959595. Windows color (decimal): -7556334 or 1225612. OLE color: 1225612.

HSL color Cylindrical-coordinate representation of color #8CB312: hue angle of 74.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB312 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB14017918-
CMYK0.2200.900.30
HSL74.53º81.73%38.63%-
HSV(B)74.53º89.94%70.2%-
XYZ27.0437.866.45-
YUV148.9854.08121.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 179 (70.31% from 255) = 53.12%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=41.54%
G=53.12%
B=5.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179180.2200.900.3074.5381.7338.63
Hex8CB3121605A1E4b5227
Octal214263222601323611312247
Binary10001100101100111001010110010110101111010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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