Html Css Color HEX #BCEC01 Inch Worm

📋 copy color: '#BCEC01'

red 188 ◦ green 236 ◦ blue 1

#BCEC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BCEC01

Tints of Inch Worm #BCEC01

RGB

 RED value IS 188 (73.83% from 255) = 44.24%

 GREEN value IS 236 (92.58% from 255) = 55.53%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 44.24%
G = 55.53%
B = 0.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#BCEC01 (or 0xBCEC01) is known color: Inch Worm. HEX triplet: BC, EC and 01. RGB value is (188,236,1). Sum of RGB (Red+Green+Blue) = 188+236+1=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC01 is #4313FE. Grayscale: #C3C3C3. Windows color (decimal): -4396031 or 126140. OLE color: 126140.

HSL color Cylindrical-coordinate representation of color #BCEC01: hue angle of 72.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCEC01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 1 -
CMYK 0.20 0 1.00 0.07
HSL 72.26º 0.99% 0.46% -
HSV(B) 72.26º 1% 0.93% -
XYZ 50.74 70.68 11 -
YUV 194.86 18.6 123.11 -
System Red Green Blue C M Y K H S L
Decimal 188 236 1 0.20 0 1.00 0.07 72.26 0.99 0.46
Hex BC EC 1 14 0 64 7 48 63 2E
Octal 274 354 1 24 0 144 7 110 143 56
Binary 10111100 11101100 1 10100 0 1100100 111 1001000 1100011 101110

Color Harmonies of #BCEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC01

Black with #BCEC01

Text Example


Text Example

White with #BCEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC01; }

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

 H1.HeaderClassName
 {
   color: #BCEC01;
 }
 .AnyTagClassName
 {
   color: #BCEC01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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