Html Css Color HEX #BCE200 Inch Worm

📋 copy color: '#BCE200'

red 188 ◦ green 226 ◦ blue 0

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

Shades of Inch Worm #BCE200

Tints of Inch Worm #BCE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.41%
G = 54.59%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#BCE200 (or 0xBCE200) is known color: Inch Worm. HEX triplet: BC, E2 and 00. RGB value is (188,226,0). Sum of RGB (Red+Green+Blue) = 188+226+0=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE200 is #431DFF. Grayscale: #BDBDBD. Windows color (decimal): -4398592 or 58044. OLE color: 58044.

HSL color Cylindrical-coordinate representation of color #BCE200: hue angle of 70.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 0 -
CMYK 0.17 0 1 0.11
HSL 70.09º 1% 0.44% -
HSV(B) 70.09º 1% 0.89% -
XYZ 47.94 65.08 10.04 -
YUV 188.87 21.41 127.38 -
System Red Green Blue C M Y K H S L
Decimal 188 226 0 0.17 0 1 0.11 70.09 1 0.44
Hex BC E2 0 11 0 64 B 46 64 2C
Octal 274 342 0 21 0 144 13 106 144 54
Binary 10111100 11100010 0 10001 0 1100100 1011 1000110 1100100 101100

Color Harmonies of #BCE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE200

Black with #BCE200

Text Example


Text Example

White with #BCE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE200; }

 p { color: rgb(188,226,0); }

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

background-color css

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

 a { background-color: rgb(188,226,0); }

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

border-color css

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

 span { border-color: rgb(188,226,0); }

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