#8CBC1C

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

Shades of Limerick #8CBC1C

Tints of Limerick #8CBC1C

Color information

#8CBC1C (or 0x8CBC1C) is unknown color: approx Limerick. HEX triplet: 8C, BC and 1C. RGB value is (140,188,28). Sum of RGB (Red+Green+Blue) = 140+188+28=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC1C is #7343E3. Grayscale: #9C9C9C. Windows color (decimal): -7554020 or 1883276. OLE color: 1883276.

HSL color Cylindrical-coordinate representation of color #8CBC1C: hue angle of 78º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CBC1C is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB14018828-
CMYK0.2600.850.26
HSL78º74.07%42.35%-
HSV(B)78º85.11%73.73%-
XYZ29.0141.637.6-
YUV155.4156.1117.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.33%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=39.33%
G=52.81%
B=7.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140188280.2600.850.267874.0742.35
Hex8CBC1C1A0551A4e4a2a
Octal214274343201253211611252
Binary10001100101111001110011010010101011101010011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,28); }

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

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

 a { background-color: rgb(140,188,28); }

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

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

 span { border-color: rgb(140,188,28); }

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