Html Css Color HEX #BCE110 Inch Worm

📋 copy color: '#BCE110'

red 188 ◦ green 225 ◦ blue 16

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

Shades of Inch Worm #BCE110

Tints of Inch Worm #BCE110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 43.82%
G = 52.45%
B = 3.73%

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

#BCE110 (or 0xBCE110) is known color: Inch Worm. HEX triplet: BC, E1 and 10. RGB value is (188,225,16). Sum of RGB (Red+Green+Blue) = 188+225+16=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE110 is #431EEF. Grayscale: #BEBEBE. Windows color (decimal): -4398832 or 1106364. OLE color: 1106364.

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

Color convert

RGB 188 225 16 -
CMYK 0.16 0 0.93 0.12
HSL 70.62º 0.87% 0.47% -
HSV(B) 70.62º 0.93% 0.88% -
XYZ 47.76 64.58 10.44 -
YUV 190.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 188 225 16 0.16 0 0.93 0.12 70.62 0.87 0.47
Hex BC E1 10 10 0 5D C 47 57 2F
Octal 274 341 20 20 0 135 14 107 127 57
Binary 10111100 11100001 10000 10000 0 1011101 1100 1000111 1010111 101111

Color Harmonies of #BCE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE110

Black with #BCE110

Text Example


Text Example

White with #BCE110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE110; }

 p { color: rgb(188,225,16); }

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

background-color css

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

 a { background-color: rgb(188,225,16); }

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

border-color css

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

 span { border-color: rgb(188,225,16); }

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