Html Css Color HEX #BCE018 Inch Worm

📋 copy color: '#BCE018'

red 188 ◦ green 224 ◦ blue 24

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

Shades of Inch Worm #BCE018

Tints of Inch Worm #BCE018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 43.12%
G = 51.38%
B = 5.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#BCE018 (or 0xBCE018) is known color: Inch Worm. HEX triplet: BC, E0 and 18. RGB value is (188,224,24). Sum of RGB (Red+Green+Blue) = 188+224+24=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE018 is #431FE7. Grayscale: #BFBFBF. Windows color (decimal): -4399080 or 1630396. OLE color: 1630396.

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

Color convert

RGB 188 224 24 -
CMYK 0.16 0 0.89 0.12
HSL 70.8º 0.81% 0.49% -
HSV(B) 70.8º 0.89% 0.88% -
XYZ 47.56 64.07 10.72 -
YUV 190.44 34.07 126.26 -
System Red Green Blue C M Y K H S L
Decimal 188 224 24 0.16 0 0.89 0.12 70.8 0.81 0.49
Hex BC E0 18 10 0 59 C 47 51 31
Octal 274 340 30 20 0 131 14 107 121 61
Binary 10111100 11100000 11000 10000 0 1011001 1100 1000111 1010001 110001

Color Harmonies of #BCE018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE018

Black with #BCE018

Text Example


Text Example

White with #BCE018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE018; }

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

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

background-color css

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

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

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

border-color css

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

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

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