#8CB415

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

Shades of Limerick #8CB415

Tints of Limerick #8CB415

Color information

#8CB415 (or 0x8CB415) is unknown color: approx Limerick. HEX triplet: 8C, B4 and 15. RGB value is (140,180,21). Sum of RGB (Red+Green+Blue) = 140+180+21=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB415 is #734BEA. Grayscale: #969696. Windows color (decimal): -7556075 or 1422476. OLE color: 1422476.

HSL color Cylindrical-coordinate representation of color #8CB415: hue angle of 75.09º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CB415 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB14018021-
CMYK0.2200.880.29
HSL75.09º79.1%39.41%-
HSV(B)75.09º88.33%70.59%-
XYZ27.2738.276.66-
YUV149.9155.25120.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=41.06%
G=52.79%
B=6.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180210.2200.880.2975.0979.139.41
Hex8CB415160581D4b4f27
Octal214264252601303511311747
Binary10001100101101001010110110010110001110110010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,21); }

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

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

 a { background-color: rgb(140,180,21); }

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

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

 span { border-color: rgb(140,180,21); }

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