Html Css Color HEX #BCE011 Inch Worm

📋 copy color: '#BCE011'

red 188 ◦ green 224 ◦ blue 17

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

Shades of Inch Worm #BCE011

Tints of Inch Worm #BCE011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 43.82%
G = 52.21%
B = 3.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BCE011 (or 0xBCE011) is known color: Inch Worm. HEX triplet: BC, E0 and 11. RGB value is (188,224,17). Sum of RGB (Red+Green+Blue) = 188+224+17=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE011 is #431FEE. Grayscale: #BEBEBE. Windows color (decimal): -4399087 or 1171644. OLE color: 1171644.

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

Color convert

RGB 188 224 17 -
CMYK 0.16 0 0.92 0.12
HSL 70.43º 0.86% 0.47% -
HSV(B) 70.43º 0.92% 0.88% -
XYZ 47.5 64.04 10.39 -
YUV 189.64 30.57 126.83 -
System Red Green Blue C M Y K H S L
Decimal 188 224 17 0.16 0 0.92 0.12 70.43 0.86 0.47
Hex BC E0 11 10 0 5C C 46 56 2F
Octal 274 340 21 20 0 134 14 106 126 57
Binary 10111100 11100000 10001 10000 0 1011100 1100 1000110 1010110 101111

Color Harmonies of #BCE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE011

Black with #BCE011

Text Example


Text Example

White with #BCE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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