Html Css Color HEX #BCEB20 Inch Worm

📋 copy color: '#BCEB20'

red 188 ◦ green 235 ◦ blue 32

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

Shades of Inch Worm #BCEB20

Tints of Inch Worm #BCEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 41.32%
G = 51.65%
B = 7.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#BCEB20 (or 0xBCEB20) is known color: Inch Worm. HEX triplet: BC, EB and 20. RGB value is (188,235,32). Sum of RGB (Red+Green+Blue) = 188+235+32=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB20 is #4314DF. Grayscale: #C6C6C6. Windows color (decimal): -4396256 or 2157500. OLE color: 2157500.

HSL color Cylindrical-coordinate representation of color #BCEB20: hue angle of 73.89º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCEB20 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 32 -
CMYK 0.2 0 0.86 0.08
HSL 73.89º 0.84% 0.52% -
HSV(B) 73.89º 0.86% 0.92% -
XYZ 50.71 70.21 12.25 -
YUV 197.81 34.43 121.01 -
System Red Green Blue C M Y K H S L
Decimal 188 235 32 0.2 0 0.86 0.08 73.89 0.84 0.52
Hex BC EB 20 14 0 56 8 4A 54 34
Octal 274 353 40 24 0 126 10 112 124 64
Binary 10111100 11101011 100000 10100 0 1010110 1000 1001010 1010100 110100

Color Harmonies of #BCEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB20

Black with #BCEB20

Text Example


Text Example

White with #BCEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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