Html Css Color HEX #BCE220 Inch Worm

📋 copy color: '#BCE220'

red 188 ◦ green 226 ◦ blue 32

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

Shades of Inch Worm #BCE220

Tints of Inch Worm #BCE220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 42.15%
G = 50.67%
B = 7.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BCE220 (or 0xBCE220) is known color: Inch Worm. HEX triplet: BC, E2 and 20. RGB value is (188,226,32). Sum of RGB (Red+Green+Blue) = 188+226+32=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE220 is #431DDF. Grayscale: #C1C1C1. Windows color (decimal): -4398560 or 2155196. OLE color: 2155196.

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

Color convert

RGB 188 226 32 -
CMYK 0.17 0 0.86 0.11
HSL 71.75º 0.77% 0.51% -
HSV(B) 71.75º 0.86% 0.89% -
XYZ 48.2 65.19 11.41 -
YUV 192.52 37.41 124.77 -
System Red Green Blue C M Y K H S L
Decimal 188 226 32 0.17 0 0.86 0.11 71.75 0.77 0.51
Hex BC E2 20 11 0 56 B 48 4D 33
Octal 274 342 40 21 0 126 13 110 115 63
Binary 10111100 11100010 100000 10001 0 1010110 1011 1001000 1001101 110011

Color Harmonies of #BCE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE220

Black with #BCE220

Text Example


Text Example

White with #BCE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE220; }

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

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

background-color css

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

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

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

border-color css

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

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

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