Html Css Color HEX #BCEA20 Inch Worm

📋 copy color: '#BCEA20'

red 188 ◦ green 234 ◦ blue 32

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

Shades of Inch Worm #BCEA20

Tints of Inch Worm #BCEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

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

R = 41.41%
G = 51.54%
B = 7.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#BCEA20 (or 0xBCEA20) is known color: Inch Worm. HEX triplet: BC, EA and 20. RGB value is (188,234,32). Sum of RGB (Red+Green+Blue) = 188+234+32=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA20 is #4315DF. Grayscale: #C5C5C5. Windows color (decimal): -4396512 or 2157244. OLE color: 2157244.

HSL color Cylindrical-coordinate representation of color #BCEA20: hue angle of 73.66º degrees, saturation: 0.83, 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 #BCEA20 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 32 -
CMYK 0.20 0 0.86 0.08
HSL 73.66º 0.83% 0.52% -
HSV(B) 73.66º 0.86% 0.92% -
XYZ 50.42 69.64 12.15 -
YUV 197.22 34.76 121.43 -
System Red Green Blue C M Y K H S L
Decimal 188 234 32 0.20 0 0.86 0.08 73.66 0.83 0.52
Hex BC EA 20 14 0 56 8 4A 53 34
Octal 274 352 40 24 0 126 10 112 123 64
Binary 10111100 11101010 100000 10100 0 1010110 1000 1001010 1010011 110100

Color Harmonies of #BCEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA20

Black with #BCEA20

Text Example


Text Example

White with #BCEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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