Html Css Color HEX #BCE01C Inch Worm

📋 copy color: '#BCE01C'

red 188 ◦ green 224 ◦ blue 28

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

Shades of Inch Worm #BCE01C

Tints of Inch Worm #BCE01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.91%

 BLUE value IS 28 (11.33% from 255) = 6.36%

R = 42.73%
G = 50.91%
B = 6.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#BCE01C (or 0xBCE01C) is known color: Inch Worm. HEX triplet: BC, E0 and 1C. RGB value is (188,224,28). Sum of RGB (Red+Green+Blue) = 188+224+28=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE01C is #431FE3. Grayscale: #BFBFBF. Windows color (decimal): -4399076 or 1892540. OLE color: 1892540.

HSL color Cylindrical-coordinate representation of color #BCE01C: hue angle of 71.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE01C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 28 -
CMYK 0.16 0 0.88 0.12
HSL 71.02º 0.78% 0.49% -
HSV(B) 71.02º 0.88% 0.88% -
XYZ 47.6 64.09 10.96 -
YUV 190.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 188 224 28 0.16 0 0.88 0.12 71.02 0.78 0.49
Hex BC E0 1C 10 0 58 C 47 4E 31
Octal 274 340 34 20 0 130 14 107 116 61
Binary 10111100 11100000 11100 10000 0 1011000 1100 1000111 1001110 110001

Color Harmonies of #BCE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE01C

Black with #BCE01C

Text Example


Text Example

White with #BCE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE01C; }

 p { color: rgb(188,224,28); }

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

background-color css

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

 a { background-color: rgb(188,224,28); }

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

border-color css

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

 span { border-color: rgb(188,224,28); }

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