Html Css Color HEX #BCE820 Inch Worm

📋 copy color: '#BCE820'

red 188 ◦ green 232 ◦ blue 32

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

Shades of Inch Worm #BCE820

Tints of Inch Worm #BCE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.33%

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

R = 41.59%
G = 51.33%
B = 7.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#BCE820 (or 0xBCE820) is known color: Inch Worm. HEX triplet: BC, E8 and 20. RGB value is (188,232,32). Sum of RGB (Red+Green+Blue) = 188+232+32=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE820 is #4317DF. Grayscale: #C4C4C4. Windows color (decimal): -4397024 or 2156732. OLE color: 2156732.

HSL color Cylindrical-coordinate representation of color #BCE820: hue angle of 73.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE820 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 32 -
CMYK 0.19 0 0.86 0.09
HSL 73.2º 0.81% 0.52% -
HSV(B) 73.2º 0.86% 0.91% -
XYZ 49.86 68.51 11.96 -
YUV 196.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 188 232 32 0.19 0 0.86 0.09 73.2 0.81 0.52
Hex BC E8 20 13 0 56 9 49 51 34
Octal 274 350 40 23 0 126 11 111 121 64
Binary 10111100 11101000 100000 10011 0 1010110 1001 1001001 1010001 110100

Color Harmonies of #BCE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE820

Black with #BCE820

Text Example


Text Example

White with #BCE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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