Html Css Color HEX #BCE00F Inch Worm

📋 copy color: '#BCE00F'

red 188 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #BCE00F

Tints of Inch Worm #BCE00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 44.03%
G = 52.46%
B = 3.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#BCE00F (or 0xBCE00F) is known color: Inch Worm. HEX triplet: BC, E0 and 0F. RGB value is (188,224,15). Sum of RGB (Red+Green+Blue) = 188+224+15=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE00F is #431FF0. Grayscale: #BEBEBE. Windows color (decimal): -4399089 or 1040572. OLE color: 1040572.

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

Color convert

RGB 188 224 15 -
CMYK 0.16 0 0.93 0.12
HSL 70.33º 0.87% 0.47% -
HSV(B) 70.33º 0.93% 0.88% -
XYZ 47.48 64.04 10.31 -
YUV 189.41 29.57 126.99 -
System Red Green Blue C M Y K H S L
Decimal 188 224 15 0.16 0 0.93 0.12 70.33 0.87 0.47
Hex BC E0 F 10 0 5D C 46 57 2F
Octal 274 340 17 20 0 135 14 106 127 57
Binary 10111100 11100000 1111 10000 0 1011101 1100 1000110 1010111 101111

Color Harmonies of #BCE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE00F

Black with #BCE00F

Text Example


Text Example

White with #BCE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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