#BCEC1C

Color #BCEC1C Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BCEC1C

Tints of Inch Worm #BCEC1C

Color information

#BCEC1C (or 0xBCEC1C) is unknown color: approx Inch Worm. HEX triplet: BC, EC and 1C. RGB value is (188,236,28). Sum of RGB (Red+Green+Blue) = 188+236+28=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC1C is #4313E3. Grayscale: #C6C6C6. Windows color (decimal): -4396004 or 1895612. OLE color: 1895612.

HSL color Cylindrical-coordinate representation of color #BCEC1C: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCEC1C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB18823628-
CMYK0.2000.880.07
HSL73.85º84.55%51.76%-
HSV(B)73.85º88.14%92.55%-
XYZ50.9470.7712.07-
YUV197.9432.1120.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 236 (92.58% from 255) = 52.21%
BLUE value IS 28 (11.33% from 255) = 6.19%
R=41.59%
G=52.21%
B=6.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188236280.2000.880.0773.8584.5551.76
HexBCEC1C1405874a5534
Octal27435434240130711212564
Binary101111001110110011100101000101100011110010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC1C; }

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

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

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

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

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

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

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

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