Html Css Color HEX #BCEC11 Inch Worm

📋 copy color: '#BCEC11'

red 188 ◦ green 236 ◦ blue 17

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

Shades of Inch Worm #BCEC11

Tints of Inch Worm #BCEC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 42.63%
G = 53.51%
B = 3.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#BCEC11 (or 0xBCEC11) is known color: Inch Worm. HEX triplet: BC, EC and 11. RGB value is (188,236,17). Sum of RGB (Red+Green+Blue) = 188+236+17=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC11 is #4313EE. Grayscale: #C5C5C5. Windows color (decimal): -4396015 or 1174716. OLE color: 1174716.

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

Color convert

RGB 188 236 17 -
CMYK 0.20 0 0.93 0.07
HSL 73.15º 0.87% 0.5% -
HSV(B) 73.15º 0.93% 0.93% -
XYZ 50.84 70.72 11.5 -
YUV 196.68 26.6 121.81 -
System Red Green Blue C M Y K H S L
Decimal 188 236 17 0.20 0 0.93 0.07 73.15 0.87 0.5
Hex BC EC 11 14 0 5D 7 49 57 32
Octal 274 354 21 24 0 135 7 111 127 62
Binary 10111100 11101100 10001 10100 0 1011101 111 1001001 1010111 110010

Color Harmonies of #BCEC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC11

Black with #BCEC11

Text Example


Text Example

White with #BCEC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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