#BCE601

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

Shades of Inch Worm #BCE601

Tints of Inch Worm #BCE601

Color information

#BCE601 (or 0xBCE601) is unknown color: approx Inch Worm. HEX triplet: BC, E6 and 01. RGB value is (188,230,1). Sum of RGB (Red+Green+Blue) = 188+230+1=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE601 is #4319FE. Grayscale: #C0C0C0. Windows color (decimal): -4397567 or 124604. OLE color: 124604.

HSL color Cylindrical-coordinate representation of color #BCE601: hue angle of 71º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE601 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB1882301-
CMYK0.1801.000.10
HSL71º99.13%45.29%-
HSV(B)71º99.57%90.2%-
XYZ49.0467.2910.43-
YUV191.3420.59125.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 230 (90.23% from 255) = 54.89%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=44.87%
G=54.89%
B=0.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18823010.1801.000.107199.1345.29
HexBCE6112064A47632d
Octal27434612201441210714355
Binary101111001110011011001001100100101010001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE601; }

 p { color: rgb(188,230,1); }

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

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

 a { background-color: rgb(188,230,1); }

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

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

 span { border-color: rgb(188,230,1); }

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