Html Css Color HEX #BCEC20 Inch Worm

📋 copy color: '#BCEC20'

red 188 ◦ green 236 ◦ blue 32

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

Shades of Inch Worm #BCEC20

Tints of Inch Worm #BCEC20

RGB

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

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

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

R = 41.23%
G = 51.75%
B = 7.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#BCEC20 (or 0xBCEC20) is known color: Inch Worm. HEX triplet: BC, EC and 20. RGB value is (188,236,32). Sum of RGB (Red+Green+Blue) = 188+236+32=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC20 is #4313DF. Grayscale: #C7C7C7. Windows color (decimal): -4396000 or 2157756. OLE color: 2157756.

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

Color convert

RGB 188 236 32 -
CMYK 0.20 0 0.86 0.07
HSL 74.12º 0.84% 0.53% -
HSV(B) 74.12º 0.86% 0.93% -
XYZ 51 70.79 12.34 -
YUV 198.39 34.1 120.59 -
System Red Green Blue C M Y K H S L
Decimal 188 236 32 0.20 0 0.86 0.07 74.12 0.84 0.53
Hex BC EC 20 14 0 56 7 4A 54 35
Octal 274 354 40 24 0 126 7 112 124 65
Binary 10111100 11101100 100000 10100 0 1010110 111 1001010 1010100 110101

Color Harmonies of #BCEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC20

Black with #BCEC20

Text Example


Text Example

White with #BCEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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