#8CBC1B

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

Shades of Limerick #8CBC1B

Tints of Limerick #8CBC1B

Color information

#8CBC1B (or 0x8CBC1B) is unknown color: approx Limerick. HEX triplet: 8C, BC and 1B. RGB value is (140,188,27). Sum of RGB (Red+Green+Blue) = 140+188+27=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC1B is #7343E4. Grayscale: #9B9B9B. Windows color (decimal): -7554021 or 1817740. OLE color: 1817740.

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

Color convert

RGB14018827-
CMYK0.2600.860.26
HSL77.89º74.88%42.16%-
HSV(B)77.89º85.64%73.73%-
XYZ2941.627.54-
YUV155.2955.6117.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=39.44%
G=52.96%
B=7.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140188270.2600.860.2677.8974.8842.16
Hex8CBC1B1A0561A4e4b2a
Octal214274333201263211611352
Binary10001100101111001101111010010101101101010011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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