#8CB216

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

Shades of Limerick #8CB216

Tints of Limerick #8CB216

Color information

#8CB216 (or 0x8CB216) is unknown color: approx Limerick. HEX triplet: 8C, B2 and 16. RGB value is (140,178,22). Sum of RGB (Red+Green+Blue) = 140+178+22=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB216 is #734DE9. Grayscale: #959595. Windows color (decimal): -7556586 or 1487500. OLE color: 1487500.

HSL color Cylindrical-coordinate representation of color #8CB216: hue angle of 74.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CB216 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB14017822-
CMYK0.2100.880.30
HSL74.62º78%39.22%-
HSV(B)74.62º87.64%69.8%-
XYZ26.8837.476.58-
YUV148.8556.41121.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 178 (69.92% from 255) = 52.35%
BLUE value IS 22 (8.98% from 255) = 6.47%
R=41.18%
G=52.35%
B=6.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140178220.2100.880.3074.627839.22
Hex8CB216150581E4b4e27
Octal214262262501303611311647
Binary10001100101100101011010101010110001111010010111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,22); }

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

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

 a { background-color: rgb(140,178,22); }

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

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

 span { border-color: rgb(140,178,22); }

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