Html Css Color HEX #BCE01A Inch Worm

📋 copy color: '#BCE01A'

red 188 ◦ green 224 ◦ blue 26

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

Shades of Inch Worm #BCE01A

Tints of Inch Worm #BCE01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 42.92%
G = 51.14%
B = 5.94%

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

#BCE01A (or 0xBCE01A) is known color: Inch Worm. HEX triplet: BC, E0 and 1A. RGB value is (188,224,26). Sum of RGB (Red+Green+Blue) = 188+224+26=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE01A is #431FE5. Grayscale: #BFBFBF. Windows color (decimal): -4399078 or 1761468. OLE color: 1761468.

HSL color Cylindrical-coordinate representation of color #BCE01A: hue angle of 70.91º degrees, saturation: 0.79, 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 #BCE01A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 26 -
CMYK 0.16 0 0.88 0.12
HSL 70.91º 0.79% 0.49% -
HSV(B) 70.91º 0.88% 0.88% -
XYZ 47.58 64.08 10.84 -
YUV 190.66 35.07 126.1 -
System Red Green Blue C M Y K H S L
Decimal 188 224 26 0.16 0 0.88 0.12 70.91 0.79 0.49
Hex BC E0 1A 10 0 58 C 47 4F 31
Octal 274 340 32 20 0 130 14 107 117 61
Binary 10111100 11100000 11010 10000 0 1011000 1100 1000111 1001111 110001

Color Harmonies of #BCE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE01A

Black with #BCE01A

Text Example


Text Example

White with #BCE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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